svn commit: r343029 - head/japanese/p5-DateTime-Format-Japanese

Emanuel Haupt ehaupt at FreeBSD.org
Thu Feb 6 11:01:32 UTC 2014


Author: ehaupt
Date: Thu Feb  6 11:01:32 2014
New Revision: 343029
URL: http://svnweb.freebsd.org/changeset/ports/343029
QAT: https://qat.redports.org/buildarchive/r343029/

Log:
  Remove old-fashioned PKGNAMEPREFIX definition

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

Modified: head/japanese/p5-DateTime-Format-Japanese/Makefile
==============================================================================
--- head/japanese/p5-DateTime-Format-Japanese/Makefile	Thu Feb  6 11:00:29 2014	(r343028)
+++ head/japanese/p5-DateTime-Format-Japanese/Makefile	Thu Feb  6 11:01:32 2014	(r343029)
@@ -6,6 +6,7 @@ PORTVERSION=	0.04000
 CATEGORIES=	japanese devel perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:DMAKI
+PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	markun at onohara.to
 COMMENT=	A Japanese DateTime Formatter
@@ -20,8 +21,4 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 USES=		perl5
 USE_PERL5=	configure
 
-.include <bsd.port.pre.mk>
-
-PKGNAMEPREFIX:=	${PKGNAMEPREFIX}p5-
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list