diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2004-01-22 12:18:43 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2004-01-22 12:18:43 +0000 |
commit | 439b8a040c6cc5d9c091b08a90056d1059d4640b (patch) | |
tree | 8132e1111bd2c96ba9c0959d3cfce2b62a26551b /www/photo_gallery | |
parent | f26c8efaac7d5c7934a01e89d790bac25766df39 (diff) | |
download | ports-439b8a040c6cc5d9c091b08a90056d1059d4640b.tar.gz ports-439b8a040c6cc5d9c091b08a90056d1059d4640b.zip |
Use the CPIO macro defined in bsd.port.mk.
Notes
Notes:
svn path=/head/; revision=98793
Diffstat (limited to 'www/photo_gallery')
-rw-r--r-- | www/photo_gallery/Makefile | 2 |
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> |