diff options
author | hans <hans@pkgsrc.org> | 2012-01-11 14:48:59 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2012-01-11 14:48:59 +0000 |
commit | 05e3896ef5d758d67899a35261ead362b4290076 (patch) | |
tree | 30edd6822bade30a79a4221c581885ad77f0b6f8 /audio/ampache | |
parent | 7b482353eb1dc1ae484def8a5cfaeead62c14f5d (diff) | |
download | pkgsrc-05e3896ef5d758d67899a35261ead362b4290076.tar.gz |
Fix build on SunOS.
Diffstat (limited to 'audio/ampache')
-rw-r--r-- | audio/ampache/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/ampache/Makefile b/audio/ampache/Makefile index 972604703ad..8646ac38301 100644 --- a/audio/ampache/Makefile +++ b/audio/ampache/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2011/09/16 05:46:22 obache Exp $ +# $NetBSD: Makefile,v 1.6 2012/01/11 14:50:44 hans Exp $ # DISTNAME= ampache-3.5.3 @@ -48,7 +48,7 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/ampache.conf ${DESTDIR}${EGDIR}/ampache.conf set -e; cd ${WRKSRC} && pax -rw -pe . ${DESTDIR}${INSTDIR} ${RM} -f ${DESTDIR}${INSTDIR}/ampache.conf - ${FIND} ${DESTDIR}${INSTDIR} -name '*.orig' | ${XARGS} ${RM} + ${FIND} ${DESTDIR}${INSTDIR} -name '*.orig' | ${XARGS} ${RM} -f .include "../../mk/apache.mk" .include "../../lang/php/phpversion.mk" |