Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Sep 2013 15:10:28 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r328803 - head/astro/p5-Misc-Quality
Message-ID:  <201309301510.r8UFASEe035538@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309301510.r8UFASEe035538>