svn commit: r328888 - head/print/trueprint
Danilo Egea Gondolfo
danilo at FreeBSD.org
Mon Sep 30 22:44:27 UTC 2013
Author: danilo
Date: Mon Sep 30 22:44:26 2013
New Revision: 328888
URL: http://svnweb.freebsd.org/changeset/ports/328888
Log:
- Change maintainer email to @FreeBSD.org
- Convert USE_GMAKE to USES
- Add stage support
Approved by: wg (mentor)
Modified:
head/print/trueprint/Makefile
Modified: head/print/trueprint/Makefile
==============================================================================
--- head/print/trueprint/Makefile Mon Sep 30 22:38:41 2013 (r328887)
+++ head/print/trueprint/Makefile Mon Sep 30 22:44:26 2013 (r328888)
@@ -7,18 +7,15 @@ CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= trueprint
-MAINTAINER= danilogondolfo at gmail.com
+MAINTAINER= danilo at 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>
More information about the svn-ports-all
mailing list