From 439b8a040c6cc5d9c091b08a90056d1059d4640b Mon Sep 17 00:00:00 2001 From: Trevor Johnson Date: Thu, 22 Jan 2004 12:18:43 +0000 Subject: Use the CPIO macro defined in bsd.port.mk. --- www/phpSysInfo/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/phpSysInfo') diff --git a/www/phpSysInfo/Makefile b/www/phpSysInfo/Makefile index c7056550765d..e22eae36609c 100644 --- a/www/phpSysInfo/Makefile +++ b/www/phpSysInfo/Makefile @@ -39,7 +39,7 @@ post-patch: do-install: ${MKDIR} ${INSTALLDIR} cd ${WRKSRC}; ${FIND} . \ - | cpio -pdm -R ${WEBOWN}:${WEBGRP} ${INSTALLDIR} + | ${CPIO} -pdm -R ${WEBOWN}:${WEBGRP} ${INSTALLDIR} ${CHMOD} -R ${BINMODE} ${INSTALLDIR} ${FIND} ${INSTALLDIR} ! -type d | ${XARGS} ${CHMOD} ${NOBINMODE} -- cgit v1.2.3