mirror of
https://github.com/macports/macports-user-wms.git
synced 2026-07-13 03:18:37 -07:00
git-svn-id: https://svn.macports.org/repository/macports/users/wms@97674 d073be05-634f-4543-b044-5fe20cf6d1d6
22 lines
369 B
Plaintext
22 lines
369 B
Plaintext
# $Id$
|
|
|
|
PortSystem 1.0
|
|
|
|
name @name@
|
|
version 1
|
|
categories test
|
|
maintainers raimue
|
|
description Test port for case sensitive port uninstalls
|
|
homepage http://www.macports.org/
|
|
platforms darwin
|
|
|
|
long_description ${description}
|
|
|
|
distfiles
|
|
use_configure no
|
|
build {}
|
|
destroot {
|
|
xinstall -d ${destroot}${prefix}/var/test
|
|
system "touch ${destroot}${prefix}/var/test/case"
|
|
}
|