svn commit: r328812 - head/databases/p5-BDB

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Sep 30 15:27:10 UTC 2013


Author: sunpoet
Date: Mon Sep 30 15:27:09 2013
New Revision: 328812
URL: http://svnweb.freebsd.org/changeset/ports/328812

Log:
  - Support STAGEDIR

Modified:
  head/databases/p5-BDB/Makefile
  head/databases/p5-BDB/pkg-plist   (contents, props changed)

Modified: head/databases/p5-BDB/Makefile
==============================================================================
--- head/databases/p5-BDB/Makefile	Mon Sep 30 15:27:05 2013	(r328811)
+++ head/databases/p5-BDB/Makefile	Mon Sep 30 15:27:09 2013	(r328812)
@@ -23,9 +23,6 @@ USE_BDB=	43+
 USE_PERL5=	configure
 USES=		perl5
 
-MAN3=		BDB.3
-
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e '18 s|-lpthread -ldb|-l${BDB_LIB_NAME} -pthread|' ${WRKSRC}/Makefile.PL
 

Modified: head/databases/p5-BDB/pkg-plist
==============================================================================
--- head/databases/p5-BDB/pkg-plist	Mon Sep 30 15:27:05 2013	(r328811)
+++ head/databases/p5-BDB/pkg-plist	Mon Sep 30 15:27:09 2013	(r328812)
@@ -2,4 +2,5 @@
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/BDB/.packlist
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/BDB/BDB.bs
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/BDB/BDB.so
+%%PERL5_MAN3%%/BDB.3.gz
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/BDB


More information about the svn-ports-all mailing list