svn commit: r340755 - head/devel/cutils

Baptiste Daroussin bapt at FreeBSD.org
Thu Jan 23 00:03:35 UTC 2014


Author: bapt
Date: Thu Jan 23 00:03:34 2014
New Revision: 340755
URL: http://svnweb.freebsd.org/changeset/ports/340755
QAT: https://qat.redports.org/buildarchive/r340755/

Log:
  Support stage

Added:
  head/devel/cutils/pkg-plist   (contents, props changed)
Modified:
  head/devel/cutils/Makefile

Modified: head/devel/cutils/Makefile
==============================================================================
--- head/devel/cutils/Makefile	Wed Jan 22 23:59:39 2014	(r340754)
+++ head/devel/cutils/Makefile	Thu Jan 23 00:03:34 2014	(r340755)
@@ -11,14 +11,9 @@ COMMENT=	Miscellaneous C programmer's ut
 
 GNU_CONFIGURE=	yes
 MAKE_ENV=	MAKEINFO=makeinfo
-MAN1=		cdecl.1 chilight.1 cobfusc.1 cundecl.1 cunloop.1 yyextract.1 \
-		yyref.1
 INFO=		cutils
-PLIST_FILES=	bin/cdecl bin/chilight bin/cobfusc bin/cundecl bin/cunloop \
-		bin/yyextract bin/yyref
 MAKE_JOBS_UNSAFE=	yes
 
 CONFLICTS=	cdecl-[0-9]*
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Added: head/devel/cutils/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/cutils/pkg-plist	Thu Jan 23 00:03:34 2014	(r340755)
@@ -0,0 +1,14 @@
+bin/cdecl
+bin/chilight
+bin/cobfusc
+bin/cundecl
+bin/cunloop
+bin/yyextract
+bin/yyref
+man/man1/cdecl.1.gz
+man/man1/chilight.1.gz
+man/man1/cobfusc.1.gz
+man/man1/cundecl.1.gz
+man/man1/cunloop.1.gz
+man/man1/yyextract.1.gz
+man/man1/yyref.1.gz


More information about the svn-ports-all mailing list