diff --git a/www/php-owncloud/Makefile b/www/php-owncloud/Makefile index 98c5bdadb846..e8a08caae7c5 100644 --- a/www/php-owncloud/Makefile +++ b/www/php-owncloud/Makefile @@ -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"