aboutsummaryrefslogtreecommitdiff
path: root/www/photo_gallery/Makefile
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2004-01-22 12:18:43 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2004-01-22 12:18:43 +0000
commit439b8a040c6cc5d9c091b08a90056d1059d4640b (patch)
tree8132e1111bd2c96ba9c0959d3cfce2b62a26551b /www/photo_gallery/Makefile
parentf26c8efaac7d5c7934a01e89d790bac25766df39 (diff)
downloadports-439b8a040c6cc5d9c091b08a90056d1059d4640b.tar.gz
ports-439b8a040c6cc5d9c091b08a90056d1059d4640b.zip
Notes
Diffstat (limited to 'www/photo_gallery/Makefile')
-rw-r--r--www/photo_gallery/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/photo_gallery/Makefile b/www/photo_gallery/Makefile
index 100885de5ae6..fe9dabd66d07 100644
--- a/www/photo_gallery/Makefile
+++ b/www/photo_gallery/Makefile
@@ -31,5 +31,5 @@ USE_GZIP= no
do-install:
${MKDIR} ${INSTALLDIR}
cd ${WRKSRC}; ${FIND} . \
- | cpio -pdm -R ${WEBOWN}:${WEBGRP} ${INSTALLDIR}
+ | ${CPIO} -pdm -R ${WEBOWN}:${WEBGRP} ${INSTALLDIR}
.include <bsd.port.mk>