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 /misc | |
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 'misc')
-rw-r--r-- | misc/susv2/Makefile | 8 | ||||
-rw-r--r-- | misc/susv3/Makefile | 8 |
2 files changed, 4 insertions, 12 deletions
diff --git a/misc/susv2/Makefile b/misc/susv2/Makefile index 7336839ce211..7434237ae36a 100644 --- a/misc/susv2/Makefile +++ b/misc/susv2/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: susv2 -# Date created: 11 April 2002 -# Whom: Simon 'corecode' Schubert <corecode@corecode.ath.cx> -# +# Created by: Simon 'corecode' Schubert <corecode@corecode.ath.cx> # $FreeBSD$ -# PORTNAME= susv2 PORTVERSION= 1.0 @@ -14,7 +10,7 @@ DISTNAME= susv2 MAINTAINER= ports@FreeBSD.org COMMENT= Single UNIX Specification Version 2 -RESTRICTED= "Redistribution of the documents is not permitted" +RESTRICTED= Redistribution of the documents is not permitted USE_BZIP2= yes NO_BUILD= yes diff --git a/misc/susv3/Makefile b/misc/susv3/Makefile index e5baa7355c92..3bf21e674223 100644 --- a/misc/susv3/Makefile +++ b/misc/susv3/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: susv3 -# Date created: 11 April 2002 -# Whom: Simon 'corecode' Schubert <corecode@corecode.ath.cx> -# +# Created by: Simon 'corecode' Schubert <corecode@corecode.ath.cx> # $FreeBSD$ -# PORTNAME= susv3 PORTVERSION= 1.2 @@ -14,7 +10,7 @@ DISTNAME= susv3 MAINTAINER= ports@FreeBSD.org COMMENT= Single UNIX Specification Version 3 -RESTRICTED= "Redistribution of the documents is not permitted" +RESTRICTED= Redistribution of the documents is not permitted USE_BZIP2= yes NO_BUILD= yes |