summaryrefslogtreecommitdiff
path: root/math/ploticus
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2004-01-22 12:18:43 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2004-01-22 12:18:43 +0000
commit439b8a040c6cc5d9c091b08a90056d1059d4640b (patch)
tree8132e1111bd2c96ba9c0959d3cfce2b62a26551b /math/ploticus
parent- Fix .PLIST* creation (diff)
Use the CPIO macro defined in bsd.port.mk.
Notes
Notes: svn path=/head/; revision=98793
Diffstat (limited to 'math/ploticus')
-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>