diff options
author | johans <johans@FreeBSD.org> | 2013-12-30 01:39:46 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2013-12-30 01:39:46 +0800 |
commit | 35833e126e12f0729aeba183103d739ba396b483 (patch) | |
tree | f357c631bebe2bb69bbaad4acedf8531f52e2e50 /lang/pfe | |
parent | 5ce468caa4d2cf6bc12191aeba12101b9077eb13 (diff) | |
download | freebsd-ports-gnome-35833e126e12f0729aeba183103d739ba396b483.tar.gz freebsd-ports-gnome-35833e126e12f0729aeba183103d739ba396b483.tar.zst freebsd-ports-gnome-35833e126e12f0729aeba183103d739ba396b483.zip |
Enable stage support
Diffstat (limited to 'lang/pfe')
-rw-r--r-- | lang/pfe/Makefile | 4 | ||||
-rw-r--r-- | lang/pfe/pkg-plist | 5 |
2 files changed, 2 insertions, 7 deletions
diff --git a/lang/pfe/Makefile b/lang/pfe/Makefile index 9afc56423964..47f9224f6279 100644 --- a/lang/pfe/Makefile +++ b/lang/pfe/Makefile @@ -13,12 +13,10 @@ USE_BZIP2= yes USES= gmake perl5 USE_PERL5= build USE_AUTOTOOLS= libtool +USE_LDCONFIG= yes LIBTOOLFILES= pfe/configure MAKE_ARGS= pkgconfigdir="${PREFIX}/libdata/pkgconfig" -MAN1= pfe.1 - -NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "powerpc" diff --git a/lang/pfe/pkg-plist b/lang/pfe/pkg-plist index 174d5d8a4653..b7be01e317bb 100644 --- a/lang/pfe/pkg-plist +++ b/lang/pfe/pkg-plist @@ -106,9 +106,6 @@ lib/libpfe-0-forth.so.33 lib/libpfe.a lib/libpfe.la lib/libpfe.so -lib/pfe/testmodule1.a -lib/pfe/testmodule1.la -lib/pfe/testmodule1.so lib/pfe-forth/assembler.a lib/pfe-forth/assembler.la lib/pfe-forth/assembler.so @@ -178,6 +175,7 @@ lib/pfe-forth/zchar.a lib/pfe-forth/zchar.la lib/pfe-forth/zchar.so libdata/pkgconfig/pfe.pc +man/man1/pfe.1.gz %%DATADIR%%/lib/arrays.4th %%DATADIR%%/lib/defer-is.4th %%DATADIR%%/lib/doermake.4th @@ -255,5 +253,4 @@ libdata/pkgconfig/pfe.pc @dirrm %%DATADIR%% @dirrm lib/pfe-forth/renamed @dirrm lib/pfe-forth -@dirrm lib/pfe @dirrm include/pfe |