diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2007-01-31 18:08:46 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2007-01-31 18:08:46 +0000 |
commit | 995170155a0e8c411af43c7d776659c2cd9f0fcc (patch) | |
tree | db2409e609ba720db80fb96bd2362b77db1c7850 /deskutils | |
parent | cdc1aa019f5d67810e27fe361d5c546d9f26d88a (diff) | |
download | ports-995170155a0e8c411af43c7d776659c2cd9f0fcc.tar.gz ports-995170155a0e8c411af43c7d776659c2cd9f0fcc.zip |
Notes
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/gnustep-wrapper/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/deskutils/gnustep-wrapper/Makefile b/deskutils/gnustep-wrapper/Makefile index 686372402393..2932c80fba8a 100644 --- a/deskutils/gnustep-wrapper/Makefile +++ b/deskutils/gnustep-wrapper/Makefile @@ -7,8 +7,10 @@ PORTNAME= wrapper PORTVERSION= 0.1.0 -CATEGORIES= deskutils -MASTER_SITES= ftp://ftp.raffael.ch/software/GNUstepWrapper/ +CATEGORIES= deskutils gnustep +#MASTER_SITES= ftp://ftp.raffael.ch/software/GNUstepWrapper/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= dinoex PKGNAMEPREFIX= gnustep- DISTNAME= GNUstepWrapper-${PORTVERSION} |