aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authortrevor <trevor@FreeBSD.org>2004-01-22 20:18:43 +0800
committertrevor <trevor@FreeBSD.org>2004-01-22 20:18:43 +0800
commit1a4fe1abef078142c88fe743751cab946f0e6d1a (patch)
treeb3f0484b3d24d10d7a0453f904fc5634ac0fd064 /math
parentb986261853674afc9ed239fc66c9bd33bb7acb46 (diff)
downloadfreebsd-ports-gnome-1a4fe1abef078142c88fe743751cab946f0e6d1a.tar.gz
freebsd-ports-gnome-1a4fe1abef078142c88fe743751cab946f0e6d1a.tar.zst
freebsd-ports-gnome-1a4fe1abef078142c88fe743751cab946f0e6d1a.zip
Use the CPIO macro defined in bsd.port.mk.
Diffstat (limited to 'math')
-rw-r--r--math/ploticus/Makefile4
1 files changed, 2 insertions, 2 deletions
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 <bsd.port.mk>