svn commit: r328822 - head/databases/p5-DBIx-Safe

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


Author: sunpoet
Date: Mon Sep 30 15:49:38 2013
New Revision: 328822
URL: http://svnweb.freebsd.org/changeset/ports/328822

Log:
  - Support STAGEDIR

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

Modified: head/databases/p5-DBIx-Safe/Makefile
==============================================================================
--- head/databases/p5-DBIx-Safe/Makefile	Mon Sep 30 15:49:28 2013	(r328821)
+++ head/databases/p5-DBIx-Safe/Makefile	Mon Sep 30 15:49:38 2013	(r328822)
@@ -18,7 +18,4 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 USE_PERL5=	configure
 USES=		perl5
 
-MAN3=		DBIx::Safe.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/databases/p5-DBIx-Safe/pkg-plist
==============================================================================
--- head/databases/p5-DBIx-Safe/pkg-plist	Mon Sep 30 15:49:28 2013	(r328821)
+++ head/databases/p5-DBIx-Safe/pkg-plist	Mon Sep 30 15:49:38 2013	(r328822)
@@ -1,5 +1,6 @@
 %%SITE_PERL%%/DBIx/Safe.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Safe/.packlist
+%%PERL5_MAN3%%/DBIx::Safe.3.gz
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Safe
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx
 @dirrmtry %%SITE_PERL%%/DBIx


More information about the svn-ports-all mailing list