diff options
author | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2013-09-30 22:44:26 +0000 |
---|---|---|
committer | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2013-09-30 22:44:26 +0000 |
commit | f56a00d7379a8cd7f575586077c9e7907e8368f9 (patch) | |
tree | 9633cc1928a66defb392c56a76e37277d579593c /print/trueprint | |
parent | 8427671fd74f8295f94dafc26be11deb21a50c52 (diff) | |
download | ports-f56a00d7379a8cd7f575586077c9e7907e8368f9.tar.gz ports-f56a00d7379a8cd7f575586077c9e7907e8368f9.zip |
Notes
Diffstat (limited to 'print/trueprint')
-rw-r--r-- | print/trueprint/Makefile | 9 |
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> |