Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Feb 2014 11:05:17 +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: r343030 - head/japanese/p5-Encode-JP-Mobile
Message-ID:  <201402061105.s16B5HHq084041@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402061105.s16B5HHq084041>