diff options
author | steve <steve@FreeBSD.org> | 2000-07-07 18:44:49 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2000-07-07 18:44:49 +0000 |
commit | a3a6e29bc658b6b8b0425c3b0953fdf1e59eb266 (patch) | |
tree | 57b95de701909d59941064b443c6841bb6780144 /www | |
parent | 47986dea3435d7124d5e687b6200c3914d9bb0c3 (diff) | |
download | FreeBSD-ports-a3a6e29bc658b6b8b0425c3b0953fdf1e59eb266.zip FreeBSD-ports-a3a6e29bc658b6b8b0425c3b0953fdf1e59eb266.tar.gz |
Use {MASTER,PATCH}_SITE_SUBDIR instead of make's sed capabilities.
Diffstat (limited to 'www')
-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 4f6bfb0..27c62d1 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 |