Prevent install *.orig files.

For short timeslot, no PKGREVISION bump.
This commit is contained in:
taca 2013-03-19 14:33:11 +00:00
parent 979348f332
commit 89106f08df

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.30 2013/03/19 14:29:55 ryoon Exp $
# $NetBSD: Makefile,v 1.31 2013/03/19 14:33:11 taca Exp $
#
DISTNAME= owncloud-5.0.0
@ -48,8 +48,8 @@ FILES_SUBST+= WWWGRP=${APACHE_GROUP} WWWOWN=${APACHE_USER} \
OC_DIR=${OC_DIR}
do-install:
cd ${WRKDIR} && pax -rw -pmp owncloud \
${DESTDIR}${PREFIX}/share
cd ${WRKDIR} && ${FIND} owncloud -type f \! -name '*.orig' -print | \
pax -rw -pmp ${DESTDIR}${PREFIX}/share
.include "../../lang/php/phpversion.mk"
.include "../../mk/bsd.pkg.mk"