Date: Thu, 6 Feb 2014 10:57:00 +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: r343026 - head/japanese/p5-Encode-EUCJPMS Message-ID: <201402061057.s16Av0Gg079904@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ehaupt Date: Thu Feb 6 10:56:59 2014 New Revision: 343026 URL: http://svnweb.freebsd.org/changeset/ports/343026 QAT: https://qat.redports.org/buildarchive/r343026/ Log: Support staging. Modified: head/japanese/p5-Encode-EUCJPMS/Makefile Modified: head/japanese/p5-Encode-EUCJPMS/Makefile ============================================================================== --- head/japanese/p5-Encode-EUCJPMS/Makefile Thu Feb 6 10:55:10 2014 (r343025) +++ head/japanese/p5-Encode-EUCJPMS/Makefile Thu Feb 6 10:56:59 2014 (r343026) @@ -6,6 +6,7 @@ PORTVERSION= 0.07 PORTREVISION= 2 CATEGORIES= japanese converters perl5 MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- MAINTAINER= knu@FreeBSD.org COMMENT= A Perl5 module defining Microsoft compatible encodings for Japanese @@ -13,12 +14,4 @@ COMMENT= A Perl5 module defining Microso USES= perl5 USE_PERL5= configure -NO_STAGE= yes -post-install: - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.pre.mk> - -PKGNAMEPREFIX:= ${PKGNAMEPREFIX}p5- - -.include <bsd.port.post.mk> +.include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402061057.s16Av0Gg079904>