svn commit: r313079 - head/audio/linux-musicipserver
Martin Wilke
miwi at FreeBSD.org
Thu Feb 28 03:43:57 UTC 2013
Author: miwi
Date: Thu Feb 28 03:43:56 2013
New Revision: 313079
URL: http://svnweb.freebsd.org/changeset/ports/313079
Log:
- Fix build
Modified:
head/audio/linux-musicipserver/Makefile (contents, props changed)
Modified: head/audio/linux-musicipserver/Makefile
==============================================================================
--- head/audio/linux-musicipserver/Makefile Thu Feb 28 03:38:38 2013 (r313078)
+++ head/audio/linux-musicipserver/Makefile Thu Feb 28 03:43:56 2013 (r313079)
@@ -58,7 +58,7 @@ PLIST_SUB= MUSICIPSERVERDBDIR=${MUSICIP
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MSPICEFLY_SKIN}
-EXTRACT_DEPENDS+= unzip:${PORTSDIR}/archivers/unzip
+EXTRACT_DEPENDS+= ${UNZIP_CMD}:${PORTSDIR}/archivers/unzip
DISTFILES+= index-1.1.zip:spicefly
.endif
More information about the svn-ports-head
mailing list