aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>2000-07-08 02:44:49 +0800
committersteve <steve@FreeBSD.org>2000-07-08 02:44:49 +0800
commita3a6e29bc658b6b8b0425c3b0953fdf1e59eb266 (patch)
tree57b95de701909d59941064b443c6841bb6780144 /misc
parent47986dea3435d7124d5e687b6200c3914d9bb0c3 (diff)
downloadfreebsd-ports-gnome-a3a6e29bc658b6b8b0425c3b0953fdf1e59eb266.tar.gz
freebsd-ports-gnome-a3a6e29bc658b6b8b0425c3b0953fdf1e59eb266.tar.zst
freebsd-ports-gnome-a3a6e29bc658b6b8b0425c3b0953fdf1e59eb266.zip
Use {MASTER,PATCH}_SITE_SUBDIR instead of make's sed capabilities.
Diffstat (limited to 'misc')
-rw-r--r--misc/buffer/Makefile3
-rw-r--r--misc/fd/Makefile3
2 files changed, 4 insertions, 2 deletions
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