svn commit: r394493 - head/textproc/p5-Text-Soundex

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Aug 17 13:06:03 UTC 2015


Author: sunpoet
Date: Mon Aug 17 13:06:02 2015
New Revision: 394493
URL: https://svnweb.freebsd.org/changeset/ports/394493

Log:
  - Strip shared library
  - Bump PORTREVISION for package change

Modified:
  head/textproc/p5-Text-Soundex/Makefile

Modified: head/textproc/p5-Text-Soundex/Makefile
==============================================================================
--- head/textproc/p5-Text-Soundex/Makefile	Mon Aug 17 13:05:58 2015	(r394492)
+++ head/textproc/p5-Text-Soundex/Makefile	Mon Aug 17 13:06:02 2015	(r394493)
@@ -3,6 +3,7 @@
 
 PORTNAME=	Text-Soundex
 PORTVERSION=	3.04
+PORTREVISION=	1
 CATEGORIES=	textproc perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -13,4 +14,7 @@ COMMENT=	Implementation of the soundex a
 USE_PERL5=	configure
 USES=		perl5
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Text/Soundex/Soundex.so
+
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list