diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-23 00:03:34 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-23 00:03:34 +0000 |
commit | f38d39d72482a13c97ddf47b7698193eac43c21d (patch) | |
tree | 9f63a55546e9e670a3fd38dfa4d97c33554352b5 | |
parent | fbf29ba8895565b25ca35491afbc51fdca7aaad3 (diff) |
Support stage
Notes
Notes:
svn path=/head/; revision=340755
-rw-r--r-- | devel/cutils/Makefile | 5 | ||||
-rw-r--r-- | devel/cutils/pkg-plist | 14 |
2 files changed, 14 insertions, 5 deletions
diff --git a/devel/cutils/Makefile b/devel/cutils/Makefile index a5acb9d24372..a8cb7a344ac0 100644 --- a/devel/cutils/Makefile +++ b/devel/cutils/Makefile @@ -11,14 +11,9 @@ COMMENT= Miscellaneous C programmer's utilities 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> diff --git a/devel/cutils/pkg-plist b/devel/cutils/pkg-plist new file mode 100644 index 000000000000..77df4fd955c3 --- /dev/null +++ b/devel/cutils/pkg-plist @@ -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 |