svn commit: r343032 - head/japanese/p5-Lingua-JA-Kana

Emanuel Haupt ehaupt at FreeBSD.org
Thu Feb 6 11:07:55 UTC 2014


Author: ehaupt
Date: Thu Feb  6 11:07:55 2014
New Revision: 343032
URL: http://svnweb.freebsd.org/changeset/ports/343032
QAT: https://qat.redports.org/buildarchive/r343032/

Log:
  Support staging.

Modified:
  head/japanese/p5-Lingua-JA-Kana/Makefile
  head/japanese/p5-Lingua-JA-Kana/pkg-plist

Modified: head/japanese/p5-Lingua-JA-Kana/Makefile
==============================================================================
--- head/japanese/p5-Lingua-JA-Kana/Makefile	Thu Feb  6 11:06:36 2014	(r343031)
+++ head/japanese/p5-Lingua-JA-Kana/Makefile	Thu Feb  6 11:07:55 2014	(r343032)
@@ -5,6 +5,7 @@ PORTNAME=	Lingua-JA-Kana
 PORTVERSION=	0.07
 CATEGORIES=	japanese perl5
 MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	kuriyama at FreeBSD.org
 COMMENT=	Converts between Kanas and Romaji
@@ -12,11 +13,4 @@ COMMENT=	Converts between Kanas and Roma
 USES=		perl5
 USE_PERL5=	configure
 
-MAN3=	${PORTNAME:S/-/::/g}.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-Lingua-JA-Kana/pkg-plist
==============================================================================
--- head/japanese/p5-Lingua-JA-Kana/pkg-plist	Thu Feb  6 11:06:36 2014	(r343031)
+++ head/japanese/p5-Lingua-JA-Kana/pkg-plist	Thu Feb  6 11:07:55 2014	(r343032)
@@ -1,5 +1,6 @@
 %%SITE_PERL%%/Lingua/JA/Kana.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/JA/Kana/.packlist
+%%PERL5_MAN3%%/Lingua::JA::Kana.3.gz
 @dirrmtry %%SITE_PERL%%/Lingua/JA
 @dirrmtry %%SITE_PERL%%/Lingua
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/JA/Kana


More information about the svn-ports-head mailing list