diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2007-01-04 06:39:05 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2007-01-04 06:39:05 +0000 |
commit | 9fd86eb6e0592e90f692648e9ca72aa49b624aa1 (patch) | |
tree | 13d2bc0b868ce5deaad68b989a2de6aea1467eb2 /net/tryst-examples | |
parent | dd4997073036abcebaabb6d5dd5178493a14caa5 (diff) |
Notes
Diffstat (limited to 'net/tryst-examples')
-rw-r--r-- | net/tryst-examples/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/tryst-examples/Makefile b/net/tryst-examples/Makefile index 871972199393..bf1554104b7f 100644 --- a/net/tryst-examples/Makefile +++ b/net/tryst-examples/Makefile @@ -8,7 +8,9 @@ PORTNAME= tryst PORTVERSION= 1.0.8 CATEGORIES= net -MASTER_SITES= http://gnustep.dyndns.org/Downloads/ +#MASTER_SITES= http://gnustep.dyndns.org/Downloads/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= dinoex PKGNAMESUFFIX= -examples${PKGNAMESUFFIX2} DISTNAME= tryst-108pl4 EXTRACT_SUFX= .tgz |