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. --- math/ploticus/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'math/ploticus') diff --git a/math/ploticus/Makefile b/math/ploticus/Makefile index 9f5ea6c234ae..3e4c89cd8910 100644 --- a/math/ploticus/Makefile +++ b/math/ploticus/Makefile @@ -48,11 +48,11 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pl ${PREFIX}/bin @${MKDIR} ${DATADIR} cd ${WRKSRC}/../prefabs && ${FIND} . | \ - cpio -pdm -L -R ${SHAREOWN}:${SHAREGRP} ${DATADIR} + ${CPIO} -pdm -L -R ${SHAREOWN}:${SHAREGRP} ${DATADIR} .if !defined(NOPORTDOCS) @${MKDIR} ${EXAMPLESDIR} cd ${WRKSRC}/../pltestsuite && ${FIND} . | \ - cpio -pdm -L -R ${SHAREOWN}:${SHAREGRP} ${EXAMPLESDIR} + ${CPIO} -pdm -L -R ${SHAREOWN}:${SHAREGRP} ${EXAMPLESDIR} .endif .include -- cgit v1.2.3