Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 May 2015 11:12:07 +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: r386599 - head/audio/raul
Message-ID:  <201505171112.t4HBC7PQ019631@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Sun May 17 11:12:06 2015
New Revision: 386599
URL: https://svnweb.freebsd.org/changeset/ports/386599

Log:
  - Strip library

Modified:
  head/audio/raul/Makefile

Modified: head/audio/raul/Makefile
==============================================================================
--- head/audio/raul/Makefile	Sun May 17 11:07:23 2015	(r386598)
+++ head/audio/raul/Makefile	Sun May 17 11:12:06 2015	(r386599)
@@ -3,7 +3,7 @@
 
 PORTNAME=	raul
 PORTVERSION=	0.8.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	audio
 MASTER_SITES=	http://download.drobilla.net/
 
@@ -25,6 +25,9 @@ CFLAGS+=	-I${LOCALBASE}/include
 MAKE_ARGS=	--verbose
 .endif
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libraul.so
+
 post-patch:
 	@${REINPLACE_CMD} -e \
 		"s|$$[{]LIBDIRNAME[}]/pkgconfig|libdata/pkgconfig| ; \



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