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 /x11-fonts | |
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 'x11-fonts')
-rw-r--r-- | x11-fonts/cyberbit-ttfonts/Makefile | 7 | ||||
-rw-r--r-- | x11-fonts/freefonts/Makefile | 2 | ||||
-rw-r--r-- | x11-fonts/sharefonts/Makefile | 2 |
3 files changed, 4 insertions, 7 deletions
diff --git a/x11-fonts/cyberbit-ttfonts/Makefile b/x11-fonts/cyberbit-ttfonts/Makefile index e54004fdd5c3..cfb182794b93 100644 --- a/x11-fonts/cyberbit-ttfonts/Makefile +++ b/x11-fonts/cyberbit-ttfonts/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: cyberbit-ttf -# Date created: 20 Feb 2005 -# Whom: NAKATA, Maho <maho@FreeBSD.org> -# +# Created by: NAKATA, Maho <maho@FreeBSD.org> # $FreeBSD$ PORTNAME= cyberbit-ttfonts @@ -22,7 +19,7 @@ EXTRACT_ONLY= Cyberbit.ZIP MAINTAINER= maho@FreeBSD.org COMMENT= Bitstream Cyberbit is a TrueType font covers Unicode 2.0 -RESTRICTED= "Redistribution not permitted; single user license only." +RESTRICTED= Redistribution not permitted; single user license only. USE_ZIP= yes NO_BUILD= yes diff --git a/x11-fonts/freefonts/Makefile b/x11-fonts/freefonts/Makefile index be2b6c1586e1..73e97d2820da 100644 --- a/x11-fonts/freefonts/Makefile +++ b/x11-fonts/freefonts/Makefile @@ -16,7 +16,7 @@ COMMENT= A collection of ATM fonts (not all free) from the CICA archives BUILD_DEPENDS= type1inst:${PORTSDIR}/x11-fonts/p5-type1inst -RESTRICTED= "see accompanying .license files" +RESTRICTED= see accompanying .license files NO_WRKSUBDIR= yes do-build: diff --git a/x11-fonts/sharefonts/Makefile b/x11-fonts/sharefonts/Makefile index dcb465ee8c3d..86069ab7255d 100644 --- a/x11-fonts/sharefonts/Makefile +++ b/x11-fonts/sharefonts/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/fonts/ MAINTAINER= olgeni@FreeBSD.org COMMENT= A collection of shareware ATM fonts from the CICA archives -RESTRICTED= "Shareware. Cannot be distributed w/o prior authorization." +RESTRICTED= Shareware. Cannot be distributed w/o prior authorization. NO_BUILD= yes |