Date: Thu, 23 Jan 2014 00:03:34 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r340755 - head/devel/cutils Message-ID: <201401230003.s0N03YV3034052@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401230003.s0N03YV3034052>