svn commit: r327918 - head/devel/tradcpp

Baptiste Daroussin bapt at FreeBSD.org
Mon Sep 23 06:07:39 UTC 2013


Author: bapt
Date: Mon Sep 23 06:07:38 2013
New Revision: 327918
URL: http://svnweb.freebsd.org/changeset/ports/327918

Log:
  Use stage

Modified:
  head/devel/tradcpp/Makefile

Modified: head/devel/tradcpp/Makefile
==============================================================================
--- head/devel/tradcpp/Makefile	Mon Sep 23 06:06:07 2013	(r327917)
+++ head/devel/tradcpp/Makefile	Mon Sep 23 06:07:38 2013	(r327918)
@@ -10,12 +10,9 @@ COMMENT=	Traditional (K&R-style) C prepr
 
 LICENSE=	BSD
 
-MANCOMPRESSED=	yes
-MAKE_ARGS=	BINDIR=${PREFIX}/bin MANDIR=${MANPREFIX}/man/man
-
-PLIST_FILES=	bin/tradcpp
+PLIST_FILES=	bin/${PORTNAME}
+		man/man1/${PORTNAME}.1.gz
 
-MAN1=		tradcpp.1
+MAKE_ARGS=	BINDIR=${PREFIX}/bin MANDIR=${MANPREFIX}/man/man
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list