Wed Jan 11 14:50:44 2012 UTC ()
Fix build on SunOS.


(hans)
diff -r1.5 -r1.6 pkgsrc/audio/ampache/Makefile

cvs diff -r1.5 -r1.6 pkgsrc/audio/ampache/Makefile (expand / switch to context diff)
--- pkgsrc/audio/ampache/Makefile 2011/09/16 05:46:22 1.5
+++ pkgsrc/audio/ampache/Makefile 2012/01/11 14:50:44 1.6
@@ -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 @@
 	${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"