svn commit: r328803 - head/astro/p5-Misc-Quality

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


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

Log:
  - Support STAGEDIR

Modified:
  head/astro/p5-Misc-Quality/Makefile
  head/astro/p5-Misc-Quality/pkg-plist   (contents, props changed)

Modified: head/astro/p5-Misc-Quality/Makefile
==============================================================================
--- head/astro/p5-Misc-Quality/Makefile	Mon Sep 30 15:03:31 2013	(r328802)
+++ head/astro/p5-Misc-Quality/Makefile	Mon Sep 30 15:10:28 2013	(r328803)
@@ -12,9 +12,6 @@ MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Class for handling quality flags for astronomical objects
 
 USE_PERL5=	configure
-NO_STAGE=	yes
 USES=		perl5
 
-MAN3=		Misc::Quality.3
-
 .include <bsd.port.mk>

Modified: head/astro/p5-Misc-Quality/pkg-plist
==============================================================================
--- head/astro/p5-Misc-Quality/pkg-plist	Mon Sep 30 15:03:31 2013	(r328802)
+++ head/astro/p5-Misc-Quality/pkg-plist	Mon Sep 30 15:10:28 2013	(r328803)
@@ -1,5 +1,6 @@
 %%SITE_PERL%%/Misc/Quality.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Misc/Quality/.packlist
+%%PERL5_MAN3%%/Misc::Quality.3.gz
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Misc/Quality
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Misc
 @dirrmtry %%SITE_PERL%%/Misc


More information about the svn-ports-all mailing list