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. --- x11-toolkits/linux-f8-openmotif/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'x11-toolkits/linux-f8-openmotif') diff --git a/x11-toolkits/linux-f8-openmotif/Makefile b/x11-toolkits/linux-f8-openmotif/Makefile index 4ef154ad6828..e7fd932f2c46 100644 --- a/x11-toolkits/linux-f8-openmotif/Makefile +++ b/x11-toolkits/linux-f8-openmotif/Makefile @@ -35,7 +35,7 @@ EXTRACT_FILES= usr/X11R6/lib/libMrm.so.2.1 \ do-install: cd ${PREFIX}; \ rpm2cpio ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} | \ - cpio -idum -R ${LIBOWN}:${LIBGRP} ${EXTRACT_FILES} + ${CPIO} -idum -R ${LIBOWN}:${LIBGRP} ${EXTRACT_FILES} chroot ${PREFIX} /sbin/ldconfig .include -- cgit v1.2.3