Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Sep 2013 22:44:26 +0000 (UTC)
From:      Danilo Egea Gondolfo <danilo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r328888 - head/print/trueprint
Message-ID:  <201309302244.r8UMiRGu088977@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309302244.r8UMiRGu088977>