diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2007-02-25 06:48:26 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2007-02-25 06:48:26 +0000 |
commit | f5efe8b487215371d80c66f9d38f8bb9c6d8045f (patch) | |
tree | 841668bc2982e5154a010b8f4e8e3394005186e7 /deskutils | |
parent | 984be60657680254c35d38fdf7f49269c424c25b (diff) |
Notes
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 354df3fed0d9..bb048109e369 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 855c2426dcf1..67e3d8c39429 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} |