svn commit: r343028 - head/japanese/p5-Date-Japanese-Holiday

Emanuel Haupt ehaupt at FreeBSD.org
Thu Feb 6 11:00:30 UTC 2014


Author: ehaupt
Date: Thu Feb  6 11:00:29 2014
New Revision: 343028
URL: http://svnweb.freebsd.org/changeset/ports/343028
QAT: https://qat.redports.org/buildarchive/r343028/

Log:
  Remove old-fashioned PKGNAMEPREFIX definition

Modified:
  head/japanese/p5-Date-Japanese-Holiday/Makefile

Modified: head/japanese/p5-Date-Japanese-Holiday/Makefile
==============================================================================
--- head/japanese/p5-Date-Japanese-Holiday/Makefile	Thu Feb  6 10:58:26 2014	(r343027)
+++ head/japanese/p5-Date-Japanese-Holiday/Makefile	Thu Feb  6 11:00:29 2014	(r343028)
@@ -5,6 +5,7 @@ PORTVERSION=	0.05
 PORTREVISION=	1
 CATEGORIES=	japanese perl5
 MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	kuriyama at FreeBSD.org
 COMMENT=	Perl module for Calculate Japanese Holiday
@@ -17,8 +18,4 @@ BUILD_DEPENDS:=	${RUN_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-head mailing list