diff options
author | Steve Price <steve@FreeBSD.org> | 2000-07-08 02:44:49 +0800 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-07-08 02:44:49 +0800 |
commit | 5073598e5fb7a31389e0280c500a0661302e0b97 (patch) | |
tree | b6132769fab7a06c20cf2852637de1efe62ab702 /www/webcopy | |
parent | da89f2c264f7a609434154d87f51bd032c0aeb60 (diff) | |
download | freebsd-ports-gnome-5073598e5fb7a31389e0280c500a0661302e0b97.tar.gz freebsd-ports-gnome-5073598e5fb7a31389e0280c500a0661302e0b97.tar.zst freebsd-ports-gnome-5073598e5fb7a31389e0280c500a0661302e0b97.zip |
Use {MASTER,PATCH}_SITE_SUBDIR instead of make's sed capabilities.
Diffstat (limited to 'www/webcopy')
-rw-r--r-- | www/webcopy/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |