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 /editors | |
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 'editors')
-rw-r--r-- | editors/edith/Makefile | 8 | ||||
-rw-r--r-- | editors/uzap/Makefile | 8 |
2 files changed, 4 insertions, 12 deletions
diff --git a/editors/edith/Makefile b/editors/edith/Makefile index 32dc44eb5e9a..1b35dbfdd941 100644 --- a/editors/edith/Makefile +++ b/editors/edith/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: edith -# Date created: 8 February 2002 -# Whom: Christian Brueffer <chris@unixpages.org> -# +# Created by: Christian Brueffer <chris@unixpages.org> # $FreeBSD$ -# PORTNAME= edith PORTVERSION= 1.58 @@ -20,7 +16,7 @@ ONLY_FOR_ARCHS= i386 USE_LINUX= yes USE_LINUX_APPS= xorglibs -RESTRICTED= "Redistribution not allowed" +RESTRICTED= Redistribution not allowed NO_BUILD= yes MAN1= edith.1 diff --git a/editors/uzap/Makefile b/editors/uzap/Makefile index 5130f1a278ec..36098be64cbf 100644 --- a/editors/uzap/Makefile +++ b/editors/uzap/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: uzap -# Date created: 19 Jun 1995 -# Whom: joerg -# +# Created by: joerg # $FreeBSD$ -# PORTNAME= uzap PORTVERSION= 1.0 @@ -15,7 +11,7 @@ MAINTAINER= joerg@FreeBSD.org COMMENT= Visual binary file editor # restrictive Copyright; the author is no longer reachable, however :-( -RESTRICTED= "Restrictive copyright" +RESTRICTED= Restrictive copyright NO_WRKSUBDIR= yes MAN1= uzap.1 PLIST_FILES= bin/uzap |