diff options
author | dinoex <dinoex@FreeBSD.org> | 2007-02-25 06:48:26 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2007-02-25 06:48:26 +0000 |
commit | 2c10fa774906ef528285c77985c465d7204b161c (patch) | |
tree | 6cfcb3af489a603ab16f3f59a6c3b265de5c9fde /deskutils | |
parent | cdb76b99fff44979260031c22eb870b5b235af48 (diff) | |
download | FreeBSD-ports-2c10fa774906ef528285c77985c465d7204b161c.zip FreeBSD-ports-2c10fa774906ef528285c77985c465d7204b161c.tar.gz |
- extend MASTER_SITES
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/toolbox/Makefile | 4 | ||||
-rw-r--r-- | deskutils/toolboxkit/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/deskutils/toolbox/Makefile b/deskutils/toolbox/Makefile index 354df3f..bb04810 100644 --- a/deskutils/toolbox/Makefile +++ b/deskutils/toolbox/Makefile @@ -8,7 +8,9 @@ PORTNAME= toolbox PORTVERSION= 0.8 CATEGORIES= deskutils gnustep -MASTER_SITES= http://ftp.azc.uam.mx/mirrors/gnu/savannah/files/toolbox/Release.pkg/0.8/ +MASTER_SITES= http://ftp.azc.uam.mx/mirrors/gnu/savannah/files/toolbox/Release.pkg/0.8/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= dinoex DISTNAME= Toolbox-${PORTVERSION} MAINTAINER= dinoex@FreeBSD.org diff --git a/deskutils/toolboxkit/Makefile b/deskutils/toolboxkit/Makefile index 855c242..67e3d8c 100644 --- a/deskutils/toolboxkit/Makefile +++ b/deskutils/toolboxkit/Makefile @@ -8,7 +8,9 @@ PORTNAME= toolbox PORTVERSION= 0.8 CATEGORIES= deskutils gnustep -MASTER_SITES= http://ftp.azc.uam.mx/mirrors/gnu/savannah/files/toolbox/Release.pkg/0.8/ +MASTER_SITES= http://ftp.azc.uam.mx/mirrors/gnu/savannah/files/toolbox/Release.pkg/0.8/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= dinoex PKGNAMESUFFIX= kit${PKGNAMESUFFIX2} DISTNAME= Toolbox-${PORTVERSION} |