diff options
author | Philippe Audeoud <jadawin@FreeBSD.org> | 2011-04-14 07:19:07 +0000 |
---|---|---|
committer | Philippe Audeoud <jadawin@FreeBSD.org> | 2011-04-14 07:19:07 +0000 |
commit | 94932f9ebb02389626292061a01a8c066ab4ef75 (patch) | |
tree | 020011063c11e66a9d0482c6a62cf64297a80a37 /audio/ampache | |
parent | 09910b95c574541ab1712e265ce964d69b656918 (diff) |
Notes
Diffstat (limited to 'audio/ampache')
-rw-r--r-- | audio/ampache/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/ampache/Makefile b/audio/ampache/Makefile index b9eb11a9b7e8..b636df9f415a 100644 --- a/audio/ampache/Makefile +++ b/audio/ampache/Makefile @@ -22,7 +22,9 @@ PKGDEINSTALL= ${WRKDIR}/pkg-deinstall PKGMESSAGE= ${WRKDIR}/pkg-message SUB_FILES= pkg-message pkg-deinstall SUB_LIST= PORTNAME=${PORTNAME} \ - WWWDIR=${WWWDIR} + WWWDIR=${WWWDIR} \ + WWWOWN=${WWWOWN} \ + WWWGROUP=${WWWGROUP} MAN1= ampache.1 MANCOMPRESSED= no |