Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Jun 2015 21:22:47 +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: r390065 - head/audio/jamin
Message-ID:  <201506182122.t5ILMlFl052018@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Jun 18 21:22:46 2015
New Revision: 390065
URL: https://svnweb.freebsd.org/changeset/ports/390065

Log:
  - Strip library

Modified:
  head/audio/jamin/Makefile

Modified: head/audio/jamin/Makefile
==============================================================================
--- head/audio/jamin/Makefile	Thu Jun 18 20:53:12 2015	(r390064)
+++ head/audio/jamin/Makefile	Thu Jun 18 21:22:46 2015	(r390065)
@@ -3,7 +3,7 @@
 
 PORTNAME=	jamin
 PORTVERSION=	0.95.0
-PORTREVISION=	14
+PORTREVISION=	15
 CATEGORIES=	audio
 MASTER_SITES=	SF
 
@@ -21,4 +21,7 @@ GNU_CONFIGURE=	yes
 USES=		desktop-file-utils gmake libtool pkgconfig shared-mime-info
 USE_GNOME=	gtk20 libxml2
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/ladspa/jamincont_1912.so
+
 .include <bsd.port.mk>



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