Date: Thu, 18 Jun 2015 21:25:04 +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: r390081 - head/print/lilypond-devel Message-ID: <201506182125.t5ILP4Jr054118@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Thu Jun 18 21:25:03 2015 New Revision: 390081 URL: https://svnweb.freebsd.org/changeset/ports/390081 Log: - Strip binaries Modified: head/print/lilypond-devel/Makefile Modified: head/print/lilypond-devel/Makefile ============================================================================== --- head/print/lilypond-devel/Makefile Thu Jun 18 21:24:56 2015 (r390080) +++ head/print/lilypond-devel/Makefile Thu Jun 18 21:25:03 2015 (r390081) @@ -3,7 +3,7 @@ PORTNAME= lilypond PORTVERSION= 2.19.11 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= print audio MASTER_SITES= http://download.linuxaudio.org/lilypond/sources/v${PORTVERSION:R}/ PKGNAMESUFFIX= -devel @@ -90,6 +90,8 @@ post-patch: .endif post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/lilypond + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lilypond/${PORTVERSION}/python/midi.so @${LN} -fs ${DATADIR}/${PORTVERSION} ${STAGEDIR}${DATADIR}/current .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506182125.t5ILP4Jr054118>