diff options
author | eadler <eadler@FreeBSD.org> | 2013-03-19 05:56:30 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2013-03-19 05:56:30 +0800 |
commit | 6844d3f7f792d9dce1e05a5f4f29d547397b218b (patch) | |
tree | 51d86f5b60bf968487093b3c7a33dfaf18107397 /www/webcopy | |
parent | 6f98ddf18322570583f7cec4c11a028fafeecceb (diff) | |
download | freebsd-ports-gnome-6844d3f7f792d9dce1e05a5f4f29d547397b218b.tar.gz freebsd-ports-gnome-6844d3f7f792d9dce1e05a5f4f29d547397b218b.tar.zst freebsd-ports-gnome-6844d3f7f792d9dce1e05a5f4f29d547397b218b.zip |
"aaargh, quoted Makefile variables"
Approved by: portmgr (bapt)
Diffstat (limited to 'www/webcopy')
-rw-r--r-- | www/webcopy/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/www/webcopy/Makefile b/www/webcopy/Makefile index 24b0303121b4..cc613af2948c 100644 --- a/www/webcopy/Makefile +++ b/www/webcopy/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: webcopy -# Date created: 14 Sep 1996 -# Whom: ache -# +# Created by: ache # $FreeBSD$ -# PORTNAME= webcopy PORTVERSION= 0.98b7 @@ -14,7 +10,7 @@ MASTER_SITE_SUBDIR= cy MAINTAINER= cy@FreeBSD.org COMMENT= A Web Mirroring Program -RESTRICTED= "This program cannot be distributed if modified in any way. Don't sell for profit without written permission" +RESTRICTED= This program cannot be distributed if modified in any way. Don't sell for profit without written permission ALL_TARGET= do-install: |