svn commit: r328820 - head/math/p5-Math-GMPz

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


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

Log:
  - Support STAGEDIR

Modified:
  head/math/p5-Math-GMPz/Makefile
  head/math/p5-Math-GMPz/pkg-plist   (contents, props changed)

Modified: head/math/p5-Math-GMPz/Makefile
==============================================================================
--- head/math/p5-Math-GMPz/Makefile	Mon Sep 30 15:38:07 2013	(r328819)
+++ head/math/p5-Math-GMPz/Makefile	Mon Sep 30 15:38:15 2013	(r328820)
@@ -22,7 +22,4 @@ CONFIGURE_ARGS=	INC=-I${LOCALBASE}/inclu
 USE_PERL5=	configure
 USES=		perl5
 
-MAN3=		Math::GMPz.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/math/p5-Math-GMPz/pkg-plist
==============================================================================
--- head/math/p5-Math-GMPz/pkg-plist	Mon Sep 30 15:38:07 2013	(r328819)
+++ head/math/p5-Math-GMPz/pkg-plist	Mon Sep 30 15:38:15 2013	(r328820)
@@ -8,6 +8,7 @@
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/GMPz/Random/Random.so
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/GMPz/V/V.bs
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/GMPz/V/V.so
+%%PERL5_MAN3%%/Math::GMPz.3.gz
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/GMPz/V
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/GMPz/Random
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/GMPz


More information about the svn-ports-all mailing list