svn commit: r343031 - head/japanese/p5-HTML-MobileJp

Emanuel Haupt ehaupt at FreeBSD.org
Thu Feb 6 11:06:37 UTC 2014


Author: ehaupt
Date: Thu Feb  6 11:06:36 2014
New Revision: 343031
URL: http://svnweb.freebsd.org/changeset/ports/343031
QAT: https://qat.redports.org/buildarchive/r343031/

Log:
  Support staging.

Modified:
  head/japanese/p5-HTML-MobileJp/Makefile
  head/japanese/p5-HTML-MobileJp/pkg-plist

Modified: head/japanese/p5-HTML-MobileJp/Makefile
==============================================================================
--- head/japanese/p5-HTML-MobileJp/Makefile	Thu Feb  6 11:05:16 2014	(r343030)
+++ head/japanese/p5-HTML-MobileJp/Makefile	Thu Feb  6 11:06:36 2014	(r343031)
@@ -5,6 +5,7 @@ PORTNAME=	HTML-MobileJp
 PORTVERSION=	0.08
 CATEGORIES=	japanese www perl5
 MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	markun at onohara.to
 COMMENT=	Generate mobile-jp html tags
@@ -22,13 +23,4 @@ TEST_DEPENDS=	p5-Test-Base>0:${PORTSDIR}
 USES=		perl5
 USE_PERL5=	configure
 
-MAN3=		HTML::MobileJp.3 \
-		HTML::MobileJp::Plugin::GPS.3 \
-		HTML::MobileJp::Plugin::EZweb::Object.3
-
-NO_STAGE=	yes
-.include <bsd.port.pre.mk>
-
-PKGNAMEPREFIX:=	${PKGNAMEPREFIX}p5-
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/japanese/p5-HTML-MobileJp/pkg-plist
==============================================================================
--- head/japanese/p5-HTML-MobileJp/pkg-plist	Thu Feb  6 11:05:16 2014	(r343030)
+++ head/japanese/p5-HTML-MobileJp/pkg-plist	Thu Feb  6 11:06:36 2014	(r343031)
@@ -2,6 +2,9 @@
 %%SITE_PERL%%/HTML/MobileJp/Plugin/EZweb/Object.pm
 %%SITE_PERL%%/HTML/MobileJp/Plugin/GPS.pm
 %%SITE_PERL%%/HTML/MobileJp.pm
+%%PERL5_MAN3%%/HTML::MobileJp.3.gz
+%%PERL5_MAN3%%/HTML::MobileJp::Plugin::EZweb::Object.3.gz
+%%PERL5_MAN3%%/HTML::MobileJp::Plugin::GPS.3.gz
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/MobileJp
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML
 @dirrmtry %%SITE_PERL%%/HTML/MobileJp/Plugin/EZweb


More information about the svn-ports-all mailing list