summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>2000-07-07 18:44:49 +0000
committerSteve Price <steve@FreeBSD.org>2000-07-07 18:44:49 +0000
commit5073598e5fb7a31389e0280c500a0661302e0b97 (patch)
treeb6132769fab7a06c20cf2852637de1efe62ab702
parentFix ${PREFIX}/include files that have bad nested includes. (diff)
Use {MASTER,PATCH}_SITE_SUBDIR instead of make's sed capabilities.
Notes
Notes: svn path=/head/; revision=30318
-rw-r--r--deskutils/abacus/Makefile3
-rw-r--r--japanese/mtools/Makefile3
-rw-r--r--misc/buffer/Makefile3
-rw-r--r--misc/fd/Makefile3
-rw-r--r--news/unpost/Makefile3
-rw-r--r--security/vscan/Makefile3
-rw-r--r--shells/fd/Makefile3
-rw-r--r--www/webcopy/Makefile3
-rw-r--r--x11-toolkits/xforms/Makefile3
9 files changed, 18 insertions, 9 deletions
diff --git a/deskutils/abacus/Makefile b/deskutils/abacus/Makefile
index 0002ec9a9c91..b8d9ed463c37 100644
--- a/deskutils/abacus/Makefile
+++ b/deskutils/abacus/Makefile
@@ -13,7 +13,8 @@ MASTER_SITES= http://www-cad.eecs.berkeley.edu/HomePages/aml/abacus/ \
DISTNAME= ${PORTNAME}
EXTRACT_SUFX= .tgz
-PATCH_SITES= ${MASTER_SITE_LOCAL:S^%SUBDIR%^steve^}
+PATCH_SITES= ${MASTER_SITE_LOCAL}
+PATCH_SITE_SUBDIR= steve
PATCHFILES= ${PKGNAME}.patch.gz
MAINTAINER= ports@FreeBSD.org
diff --git a/japanese/mtools/Makefile b/japanese/mtools/Makefile
index 941bfdfa3204..1178e9c08e11 100644
--- a/japanese/mtools/Makefile
+++ b/japanese/mtools/Makefile
@@ -10,8 +10,9 @@ PORTVERSION= 3.9.6
CATEGORIES= japanese emulators
MASTER_SITES= ftp://ftp.tux.org/pub/knaff/mtools/ \
http://mtools.linux.lu/ \
- ${MASTER_SITE_LOCAL:S^%SUBDIR%^steve^} \
+ ${MASTER_SITE_LOCAL} \
${MASTER_SITE_PORTS_JP}
+MASTER_SITE_SUBDIR= steve
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
${DISTNAME}.PC98.patch.gz
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
diff --git a/misc/buffer/Makefile b/misc/buffer/Makefile
index a3028fb51746..27bf632ac9c9 100644
--- a/misc/buffer/Makefile
+++ b/misc/buffer/Makefile
@@ -8,7 +8,8 @@
PORTNAME= buffer
PORTVERSION= 1.17.1
CATEGORIES= misc
-MASTER_SITES= ${MASTER_SITE_LOCAL:S^%SUBDIR%^steve^}
+MASTER_SITES= ${MASTER_SITE_LOCAL}
+MASTER_SITE_SUBDIR= steve
MAINTAINER= jonny@jonny.eng.br
diff --git a/misc/fd/Makefile b/misc/fd/Makefile
index 2b85ee941e98..ef2b6ddabbd1 100644
--- a/misc/fd/Makefile
+++ b/misc/fd/Makefile
@@ -9,7 +9,8 @@ PORTNAME= fd
PORTVERSION= 1.03l
CATEGORIES= misc
MASTER_SITES= ftp://ftp.ics.es.osaka-u.ac.jp/pub/FDclone/ \
- ${MASTER_SITE_LOCAL:S^%SUBDIR%^steve^}
+ ${MASTER_SITE_LOCAL}
+MASTER_SITE_SUBDIR= steve
DISTNAME= FD-${PORTVERSION}
MAINTAINER= nobu@psrc.isac.co.jp
diff --git a/news/unpost/Makefile b/news/unpost/Makefile
index 0dfd532634ad..0507ae308e34 100644
--- a/news/unpost/Makefile
+++ b/news/unpost/Makefile
@@ -8,7 +8,8 @@
PORTNAME= unpost
PORTVERSION= 2.3.4
CATEGORIES= news
-MASTER_SITES= ${MASTER_SITE_LOCAL:S^%SUBDIR%^steve^}
+MASTER_SITES= ${MASTER_SITE_LOCAL}
+MASTER_SITE_SUBDIR= steve
MAINTAINER= volf@oasis.IAEhv.nl
diff --git a/security/vscan/Makefile b/security/vscan/Makefile
index ad54c240273f..42aa3b1975dc 100644
--- a/security/vscan/Makefile
+++ b/security/vscan/Makefile
@@ -10,7 +10,8 @@ PORTNAME= vscan
PORTVERSION= 3.1.8
CATEGORIES= security
MASTER_SITES= ftp://ftp.mcafee.com/pub/antivirus/unix/linux/ \
- ${MASTER_SITE_LOCAL:S^%SUBDIR%^steve^}
+ ${MASTER_SITE_LOCAL}
+MASTER_SITE_SUBDIR= steve
DISTNAME= nlxb318e
EXTRACT_SUFX= .tar
diff --git a/shells/fd/Makefile b/shells/fd/Makefile
index 2b85ee941e98..ef2b6ddabbd1 100644
--- a/shells/fd/Makefile
+++ b/shells/fd/Makefile
@@ -9,7 +9,8 @@ PORTNAME= fd
PORTVERSION= 1.03l
CATEGORIES= misc
MASTER_SITES= ftp://ftp.ics.es.osaka-u.ac.jp/pub/FDclone/ \
- ${MASTER_SITE_LOCAL:S^%SUBDIR%^steve^}
+ ${MASTER_SITE_LOCAL}
+MASTER_SITE_SUBDIR= steve
DISTNAME= FD-${PORTVERSION}
MAINTAINER= nobu@psrc.isac.co.jp
diff --git a/www/webcopy/Makefile b/www/webcopy/Makefile
index 4f6bfb08178d..27c62d14b224 100644
--- a/www/webcopy/Makefile
+++ b/www/webcopy/Makefile
@@ -8,7 +8,8 @@
PORTNAME= webcopy
PORTVERSION= 0.98b7
CATEGORIES= www
-MASTER_SITES= ${MASTER_SITE_LOCAL:S^%SUBDIR%^steve^}
+MASTER_SITES= ${MASTER_SITE_LOCAL}
+MASTER_SITE_SUBDIR= steve
MAINTAINER= ports@FreeBSD.org
diff --git a/x11-toolkits/xforms/Makefile b/x11-toolkits/xforms/Makefile
index b9cb31de5c70..2dc89b621912 100644
--- a/x11-toolkits/xforms/Makefile
+++ b/x11-toolkits/xforms/Makefile
@@ -21,8 +21,9 @@ DISTNAME= bxform-freebsd-alpha
.else
DISTNAME= bxform-freebsd-elf
.endif
-MASTER_SITES= ${MASTER_SITE_LOCAL:S^%SUBDIR%^steve^} \
+MASTER_SITES= ${MASTER_SITE_LOCAL} \
http://bragg.phys.uwm.edu/~zhao/ftp/
+MASTER_SITE_SUBDIR= steve
PATCHDIR= ${.CURDIR}/patches.elf
.else
DISTNAME= bxform-088