svn commit: r379972 - head/audio/patchage
Dmitry Marakasov
amdmi3 at FreeBSD.org
Thu Feb 26 01:25:39 UTC 2015
Author: amdmi3
Date: Thu Feb 26 01:25:38 2015
New Revision: 379972
URL: https://svnweb.freebsd.org/changeset/ports/379972
QAT: https://qat.redports.org/buildarchive/r379972/
Log:
- Fix LICENSE
- Strip binary
Modified:
head/audio/patchage/Makefile
Modified: head/audio/patchage/Makefile
==============================================================================
--- head/audio/patchage/Makefile Thu Feb 26 01:25:27 2015 (r379971)
+++ head/audio/patchage/Makefile Thu Feb 26 01:25:38 2015 (r379972)
@@ -11,8 +11,8 @@ MASTER_SITES= http://download.drobilla.n
MAINTAINER= ports at FreeBSD.org
COMMENT= Modular patch bay for Jack
-LICENSE= GPLv2 GPLv3
-LICENSE_COMB= dual
+LICENSE= GPLv2 # or later
+LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libjack.so:${PORTSDIR}/audio/jack \
libraul.so:${PORTSDIR}/audio/raul \
@@ -52,5 +52,6 @@ do-build:
do-install:
(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \
./waf ${WAF_VERBOSE} --destdir=${STAGEDIR} install)
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
.include <bsd.port.post.mk>
More information about the svn-ports-all
mailing list