From f38d39d72482a13c97ddf47b7698193eac43c21d Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Thu, 23 Jan 2014 00:03:34 +0000 Subject: [PATCH] Support stage --- devel/cutils/Makefile | 5 ----- devel/cutils/pkg-plist | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 5 deletions(-) create mode 100644 devel/cutils/pkg-plist 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 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