svn commit: r338032 - head/lang/pfe

Johan van Selst johans at FreeBSD.org
Sun Dec 29 17:39:47 UTC 2013


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
- at dirrm lib/pfe
 @dirrm include/pfe


More information about the svn-ports-head mailing list