diff options
author | Steve Price <steve@FreeBSD.org> | 2000-07-07 18:44:49 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-07-07 18:44:49 +0000 |
commit | 5073598e5fb7a31389e0280c500a0661302e0b97 (patch) | |
tree | b6132769fab7a06c20cf2852637de1efe62ab702 /misc | |
parent | da89f2c264f7a609434154d87f51bd032c0aeb60 (diff) | |
download | ports-5073598e5fb7a31389e0280c500a0661302e0b97.tar.gz ports-5073598e5fb7a31389e0280c500a0661302e0b97.zip |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/buffer/Makefile | 3 | ||||
-rw-r--r-- | misc/fd/Makefile | 3 |
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 |