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 /graphics | |
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 'graphics')
-rw-r--r-- | graphics/giftool/Makefile | 8 | ||||
-rw-r--r-- | graphics/linux-adobesvg/Makefile | 8 | ||||
-rw-r--r-- | graphics/uDrawGraph/Makefile | 8 |
3 files changed, 6 insertions, 18 deletions
diff --git a/graphics/giftool/Makefile b/graphics/giftool/Makefile index 62de15e830e2..8d42662e928a 100644 --- a/graphics/giftool/Makefile +++ b/graphics/giftool/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: giftool -# Date created: 14 October 1996 -# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> -# +# Created by: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> # $FreeBSD$ -# PORTNAME= giftool PORTVERSION= 1.0 @@ -15,7 +11,7 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= ports@FreeBSD.org COMMENT= A tool for GIF89a transparent option and interlace mode -NO_CDROM= "Shareware" +NO_CDROM= Shareware NO_WRKSUBDIR= yes ALL_TARGET= giftool diff --git a/graphics/linux-adobesvg/Makefile b/graphics/linux-adobesvg/Makefile index 585816d49bc2..5f222607b236 100644 --- a/graphics/linux-adobesvg/Makefile +++ b/graphics/linux-adobesvg/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: linux-adobesvg -# Date created: 18 Feb 2006 -# Whom: Jean-Yves Lefort <jylefort@FreeBSD.org> -# +# Created by: Jean-Yves Lefort <jylefort@FreeBSD.org> # $FreeBSD$ -# PORTNAME= linux-adobesvg DISTVERSION= 3.01x88 @@ -19,7 +15,7 @@ ONLY_FOR_ARCHS= i386 amd64 USE_LINUX= yes USE_LINUX_APPS= xorglibs -RESTRICTED= "Redistribution prohibited" +RESTRICTED= Redistribution prohibited NO_BUILD= yes LIBDIR= ${PREFIX}/lib/linux-adobesvg diff --git a/graphics/uDrawGraph/Makefile b/graphics/uDrawGraph/Makefile index 4c5225b2ff41..1f8430ed6f5c 100644 --- a/graphics/uDrawGraph/Makefile +++ b/graphics/uDrawGraph/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: uDrawGraph -# Date created: 2005-10-05 -# Whom: Nicola Vitale <nivit@email.it> -# +# Created by: Nicola Vitale <nivit@email.it> # $FreeBSD$ -# PORTNAME= uDrawGraph PORTVERSION= 3.1.1 @@ -31,7 +27,7 @@ LICENSES= LICENSE.txt LIZENZ.txt LINK_OPTS= -sf -RESTRICTED= "binary under GNU LGPL without accompanying source" +RESTRICTED= binary under GNU LGPL without accompanying source do-install: # licenses required at startup |