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/notftp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/notftp') diff --git a/www/notftp/Makefile b/www/notftp/Makefile index ebd9aac62430..1187cfd1edd4 100644 --- a/www/notftp/Makefile +++ b/www/notftp/Makefile @@ -35,7 +35,7 @@ PLIST_SUB+= INSTALLDIR=${INSTALLDIR:S,^${PREFIX}/,,} do-install: ${MKDIR} ${INSTALLDIR} cd ${WRKSRC}; ${FIND} . \ - | cpio -pdm -R ${WEBOWN}:${WEBGRP} ${INSTALLDIR} + | ${CPIO} -pdm -R ${WEBOWN}:${WEBGRP} ${INSTALLDIR} ${FIND} ${INSTALLDIR} ! -type d | ${XARGS} ${CHMOD} ${NOBINMODE} .include -- cgit v1.2.3