diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-16 09:43:10 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-16 09:43:10 +0000 |
commit | 772c8af5023e858e15c3c547743cf8844c147936 (patch) | |
tree | 36fdb01d94088e02975f7cb8269c9a1a6eb9b2a1 /lang/pnet/Makefile.pnet | |
parent | 26518ebc328ce0756a0343a0e97783f91bd1eda6 (diff) | |
download | ports-772c8af5023e858e15c3c547743cf8844c147936.tar.gz ports-772c8af5023e858e15c3c547743cf8844c147936.zip |
Notes
Diffstat (limited to 'lang/pnet/Makefile.pnet')
-rw-r--r-- | lang/pnet/Makefile.pnet | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lang/pnet/Makefile.pnet b/lang/pnet/Makefile.pnet index fbd762edb206..a7087129dd6f 100644 --- a/lang/pnet/Makefile.pnet +++ b/lang/pnet/Makefile.pnet @@ -4,7 +4,10 @@ PNET_PORTVER= ${PNET_VERSION}.${PNET_REVISION} PNET_PORTREV= 0 PNET_PORTEPOCH= 0 -PNET_MASTER_SITES= http://www.southern-storm.com.au/download/ +PNET_MASTER_SITES= ${MASTER_SITE_GNU} \ + http://www.southern-storm.com.au/download/ +PNET_MASTER_SITE_SUBDIR= dotgnu/pnet/ + ILSTRIP_CMD= ${LOCALBASE}/bin/ilstrip |