Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Feb 2014 10:55:11 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r343025 - head/japanese/p5-DateTime-Format-Japanese
Message-ID:  <201402061055.s16AtBZq079622@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Thu Feb  6 10:55:10 2014
New Revision: 343025
URL: http://svnweb.freebsd.org/changeset/ports/343025
QAT: https://qat.redports.org/buildarchive/r343025/

Log:
  Support staging.

Modified:
  head/japanese/p5-DateTime-Format-Japanese/Makefile
  head/japanese/p5-DateTime-Format-Japanese/pkg-plist

Modified: head/japanese/p5-DateTime-Format-Japanese/Makefile
==============================================================================
--- head/japanese/p5-DateTime-Format-Japanese/Makefile	Thu Feb  6 10:53:58 2014	(r343024)
+++ head/japanese/p5-DateTime-Format-Japanese/Makefile	Thu Feb  6 10:55:10 2014	(r343025)
@@ -20,11 +20,6 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 USES=		perl5
 USE_PERL5=	configure
 
-MAN3=		DateTime::Format::Japanese.3 \
-		DateTime::Format::Japanese::Common.3 \
-		DateTime::Format::Japanese::Traditional.3
-
-NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 
 PKGNAMEPREFIX:=	${PKGNAMEPREFIX}p5-

Modified: head/japanese/p5-DateTime-Format-Japanese/pkg-plist
==============================================================================
--- head/japanese/p5-DateTime-Format-Japanese/pkg-plist	Thu Feb  6 10:53:58 2014	(r343024)
+++ head/japanese/p5-DateTime-Format-Japanese/pkg-plist	Thu Feb  6 10:55:10 2014	(r343025)
@@ -2,6 +2,9 @@
 %%SITE_PERL%%/DateTime/Format/Japanese.pm
 %%SITE_PERL%%/DateTime/Format/Japanese/Common.pm
 %%SITE_PERL%%/DateTime/Format/Japanese/Traditional.pm
+%%PERL5_MAN3%%/DateTime::Format::Japanese.3.gz
+%%PERL5_MAN3%%/DateTime::Format::Japanese::Common.3.gz
+%%PERL5_MAN3%%/DateTime::Format::Japanese::Traditional.3.gz
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Format/Japanese
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Format
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime



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