diff options
author | danilo <danilo@FreeBSD.org> | 2013-10-01 06:44:26 +0800 |
---|---|---|
committer | danilo <danilo@FreeBSD.org> | 2013-10-01 06:44:26 +0800 |
commit | cbe13fa10567afdc082730fe383eb9b806d8f25f (patch) | |
tree | 9633cc1928a66defb392c56a76e37277d579593c | |
parent | f379888613e07d3d1399a91ae808413ffd7e9c83 (diff) | |
download | freebsd-ports-gnome-cbe13fa10567afdc082730fe383eb9b806d8f25f.tar.gz freebsd-ports-gnome-cbe13fa10567afdc082730fe383eb9b806d8f25f.tar.zst freebsd-ports-gnome-cbe13fa10567afdc082730fe383eb9b806d8f25f.zip |
- Change maintainer email to @FreeBSD.org
- Convert USE_GMAKE to USES
- Add stage support
Approved by: wg (mentor)
-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> |