summaryrefslogtreecommitdiffstats
path: root/emulators/linux_base-rh-9
diff options
context:
space:
mode:
authortrevor <trevor@FreeBSD.org>2004-01-22 12:18:43 +0000
committertrevor <trevor@FreeBSD.org>2004-01-22 12:18:43 +0000
commit1a4fe1abef078142c88fe743751cab946f0e6d1a (patch)
treeb3f0484b3d24d10d7a0453f904fc5634ac0fd064 /emulators/linux_base-rh-9
parentb986261853674afc9ed239fc66c9bd33bb7acb46 (diff)
downloadFreeBSD-ports-1a4fe1abef078142c88fe743751cab946f0e6d1a.zip
FreeBSD-ports-1a4fe1abef078142c88fe743751cab946f0e6d1a.tar.gz
Use the CPIO macro defined in bsd.port.mk.
Diffstat (limited to 'emulators/linux_base-rh-9')
-rw-r--r--emulators/linux_base-rh-9/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/linux_base-rh-9/Makefile b/emulators/linux_base-rh-9/Makefile
index 07ca4be..1969a72 100644
--- a/emulators/linux_base-rh-9/Makefile
+++ b/emulators/linux_base-rh-9/Makefile
@@ -157,7 +157,7 @@ pre-install:
&& ${FIND} -d * -type d | ${SED} -e 's:^:@dirrm :' >> ${PLIST}
do-install:
- cd ${WRKSRC} && ${FIND} * | cpio -dlmp ${PREFIX}
+ cd ${WRKSRC} && ${FIND} * | ${CPIO} -dlmp ${PREFIX}
${FIND} ${PREFIX} -type d -exec ${CHMOD} 755 \{\} \;
post-install:
OpenPOWER on IntegriCloud