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 /math | |
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 'math')
-rw-r--r-- | math/triangle/Makefile | 8 | ||||
-rw-r--r-- | math/xgobi/Makefile | 8 |
2 files changed, 4 insertions, 12 deletions
diff --git a/math/triangle/Makefile b/math/triangle/Makefile index 2447cf7891ea..df10c321b5bd 100644 --- a/math/triangle/Makefile +++ b/math/triangle/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: triangle -# Date created: 16 Octobre 2004 -# Whom: Thierry Thomas <thierry@pompo.net> -# +# Created by: Thierry Thomas <thierry@pompo.net> # $FreeBSD$ -# PORTNAME= triangle PORTVERSION= 1.6 @@ -17,7 +13,7 @@ DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} MAINTAINER= bf@FreeBSD.org COMMENT= A Two-Dimensional Quality Mesh Generator and Delaunay Triangulator -NO_CDROM= "Triangle must not be sold for profit" +NO_CDROM= Triangle must not be sold for profit NO_WRKSUBDIR= yes USE_ZIP= yes diff --git a/math/xgobi/Makefile b/math/xgobi/Makefile index 7b497d91b831..905dd6f9109b 100644 --- a/math/xgobi/Makefile +++ b/math/xgobi/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xgobi -# Date created: 5 December 2001 -# Whom: Tony Maher <tonym@biolateral.com.au> -# +# Created by: Tony Maher <tonym@biolateral.com.au> # $FreeBSD$ -# PORTNAME= xgobi PORTVERSION= 2002.06.20 @@ -16,7 +12,7 @@ EXTRACT_SUFX= .sh.gz MAINTAINER= ports@FreeBSD.org COMMENT= Graphical data visualisation tool -NO_CDROM= "Restrictive copyright (do not sell for profit)" +NO_CDROM= Restrictive copyright (do not sell for profit) PATCH_WRKSRC= ${WRKDIR}/${PORTNAME}/src CONFIGURE_WRKSRC= ${PATCH_WRKSRC} |