1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-05 11:35:01 +00:00

- Strip binaries

This commit is contained in:
Dmitry Marakasov 2015-06-18 21:25:03 +00:00
parent dafa7bf89f
commit baf8fcb0ca
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=390081

View File

@ -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>