svn commit: r367100 - head/audio/ampache

Baptiste Daroussin bapt at FreeBSD.org
Tue Sep 2 22:19:31 UTC 2014


Author: bapt
Date: Tue Sep  2 22:19:30 2014
New Revision: 367100
URL: http://svnweb.freebsd.org/changeset/ports/367100
QAT: https://qat.redports.org/buildarchive/r367100/

Log:
  Remove SUB_LIST it is not actually used

Modified:
  head/audio/ampache/Makefile

Modified: head/audio/ampache/Makefile
==============================================================================
--- head/audio/ampache/Makefile	Tue Sep  2 22:17:53 2014	(r367099)
+++ head/audio/ampache/Makefile	Tue Sep  2 22:19:30 2014	(r367100)
@@ -19,10 +19,6 @@ USES=		gettext
 PKGDEINSTALL=	${WRKDIR}/pkg-deinstall
 PKGMESSAGE=	${WRKDIR}/pkg-message
 SUB_FILES=	pkg-message pkg-deinstall
-SUB_LIST=	PORTNAME=${PORTNAME} \
-		WWWDIR=${WWWDIR} \
-		WWWOWN=${WWWOWN} \
-		WWWGRP=${WWWGRP}
 PLIST_SUB=	WWWDIR=${WWWDIR} \
 		WWWOWN=${WWWOWN} \
 		WWWGRP=${WWWGRP}


More information about the svn-ports-head mailing list