mirror of
https://github.com/macports/macports-user-wms.git
synced 2026-07-13 03:18:37 -07:00
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"
|
||
|
|
}
|