Date: Sun, 29 Dec 2013 17:39:46 +0000 (UTC) From: Johan van Selst <johans@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r338032 - head/lang/pfe Message-ID: <201312291739.rBTHdkX6039500@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: johans Date: Sun Dec 29 17:39:46 2013 New Revision: 338032 URL: http://svnweb.freebsd.org/changeset/ports/338032 Log: Enable stage support Modified: head/lang/pfe/Makefile head/lang/pfe/pkg-plist Modified: head/lang/pfe/Makefile ============================================================================== --- head/lang/pfe/Makefile Sun Dec 29 17:37:35 2013 (r338031) +++ head/lang/pfe/Makefile Sun Dec 29 17:39:46 2013 (r338032) @@ -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" Modified: head/lang/pfe/pkg-plist ============================================================================== --- head/lang/pfe/pkg-plist Sun Dec 29 17:37:35 2013 (r338031) +++ head/lang/pfe/pkg-plist Sun Dec 29 17:39:46 2013 (r338032) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312291739.rBTHdkX6039500>