svn commit: r340773 - head/devel/mcpp

Baptiste Daroussin bapt at FreeBSD.org
Thu Jan 23 00:47:11 UTC 2014


Author: bapt
Date: Thu Jan 23 00:47:11 2014
New Revision: 340773
URL: http://svnweb.freebsd.org/changeset/ports/340773
QAT: https://qat.redports.org/buildarchive/r340773/

Log:
  Support stage

Modified:
  head/devel/mcpp/Makefile

Modified: head/devel/mcpp/Makefile
==============================================================================
--- head/devel/mcpp/Makefile	Thu Jan 23 00:43:29 2014	(r340772)
+++ head/devel/mcpp/Makefile	Thu Jan 23 00:47:11 2014	(r340773)
@@ -12,7 +12,6 @@ COMMENT=	Alternative C/C++ preprocessor
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-mcpplib
-MAN1=		mcpp.1
 
 PLIST_FILES=	bin/mcpp    \
 		lib/libmcpp.so	\
@@ -21,6 +20,7 @@ PLIST_FILES=	bin/mcpp    \
 		lib/libmcpp.la	\
 		include/mcpp_lib.h \
 		include/mcpp_out.h \
+		man/man1/mcpp.1.gz \
 		share/doc/mcpp/LICENSE  \
 		share/doc/mcpp/NEWS     \
 		share/doc/mcpp/README   \
@@ -28,5 +28,4 @@ PLIST_FILES=	bin/mcpp    \
 		share/doc/mcpp/mcpp-manual-jp.html
 PLIST_DIRS=	share/doc/mcpp
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list