Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Mar 2015 13:21:23 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r381178 - head/audio/p5-Audio-CD
Message-ID:  <201503131321.t2DDLNHZ082619@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri Mar 13 13:21:22 2015
New Revision: 381178
URL: https://svnweb.freebsd.org/changeset/ports/381178
QAT: https://qat.redports.org/buildarchive/r381178/

Log:
  - Strip library

Modified:
  head/audio/p5-Audio-CD/Makefile

Modified: head/audio/p5-Audio-CD/Makefile
==============================================================================
--- head/audio/p5-Audio-CD/Makefile	Fri Mar 13 13:03:48 2015	(r381177)
+++ head/audio/p5-Audio-CD/Makefile	Fri Mar 13 13:21:22 2015	(r381178)
@@ -3,7 +3,7 @@
 
 PORTNAME=	Audio-CD
 PORTVERSION=	0.04
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	audio perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -18,4 +18,9 @@ USE_PERL5=	configure
 CONFIGURE_ARGS=	INC="-I${LOCALBASE}/include " \
 		LIBS="-L${LOCALBASE}/lib -lcdaudio"
 
+post-install:
+	${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Audio/CD/CD.so
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Audio/CD/CD.so
+	${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Audio/CD/CD.so
+
 .include <bsd.port.mk>



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