svn commit: r343030 - head/japanese/p5-Encode-JP-Mobile

Emanuel Haupt ehaupt at FreeBSD.org
Thu Feb 6 11:05:17 UTC 2014


Author: ehaupt
Date: Thu Feb  6 11:05:16 2014
New Revision: 343030
URL: http://svnweb.freebsd.org/changeset/ports/343030
QAT: https://qat.redports.org/buildarchive/r343030/

Log:
  Support staging.

Modified:
  head/japanese/p5-Encode-JP-Mobile/Makefile

Modified: head/japanese/p5-Encode-JP-Mobile/Makefile
==============================================================================
--- head/japanese/p5-Encode-JP-Mobile/Makefile	Thu Feb  6 11:01:32 2014	(r343029)
+++ head/japanese/p5-Encode-JP-Mobile/Makefile	Thu Feb  6 11:05:16 2014	(r343030)
@@ -4,6 +4,7 @@ PORTNAME=	Encode-JP-Mobile
 PORTVERSION=	0.30
 CATEGORIES=	japanese perl5
 MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	kuriyama at FreeBSD.org
 COMMENT=	Perl extension for encoding for mobile phones in Japan
@@ -18,9 +19,7 @@ TEST_DEPENDS=	\
 USES=		perl5
 USE_PERL5=	configure
 
-NO_STAGE=	yes
-.include <bsd.port.pre.mk>
+post-install:
+	@${STRIP_CMD} ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/Encode/JP/Mobile/Mobile.so
 
-PKGNAMEPREFIX:=	${PKGNAMEPREFIX}p5-
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list