aboutsummaryrefslogtreecommitdiff
path: root/print/trueprint
diff options
context:
space:
mode:
authorDanilo Egea Gondolfo <danilo@FreeBSD.org>2013-09-30 22:44:26 +0000
committerDanilo Egea Gondolfo <danilo@FreeBSD.org>2013-09-30 22:44:26 +0000
commitf56a00d7379a8cd7f575586077c9e7907e8368f9 (patch)
tree9633cc1928a66defb392c56a76e37277d579593c /print/trueprint
parent8427671fd74f8295f94dafc26be11deb21a50c52 (diff)
downloadports-f56a00d7379a8cd7f575586077c9e7907e8368f9.tar.gz
ports-f56a00d7379a8cd7f575586077c9e7907e8368f9.zip
- Change maintainer email to @FreeBSD.org
- Convert USE_GMAKE to USES - Add stage support Approved by: wg (mentor)
Notes
Notes: svn path=/head/; revision=328888
Diffstat (limited to 'print/trueprint')
-rw-r--r--print/trueprint/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/print/trueprint/Makefile b/print/trueprint/Makefile
index 3cd561825299..a9da3f498df9 100644
--- a/print/trueprint/Makefile
+++ b/print/trueprint/Makefile
@@ -7,18 +7,15 @@ CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= trueprint
-MAINTAINER= danilogondolfo@gmail.com
+MAINTAINER= danilo@FreeBSD.org
COMMENT= Print program listings on postscript printer
-USE_GMAKE= yes
-USES= gettext
+USES= gettext gmake
GNU_CONFIGURE= yes
LDFLAGS+= -L${LOCALBASE}/lib -lintl
-MAN1= trueprint.1
INFO= trueprint
-PLIST_FILES= bin/trueprint
+PLIST_FILES= bin/trueprint man/man1/trueprint.1.gz
-NO_STAGE= yes
.include <bsd.port.mk>