aboutsummaryrefslogtreecommitdiffstats
path: root/print/adobe-cmaps
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 /print/adobe-cmaps
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 'print/adobe-cmaps')
-rw-r--r--print/adobe-cmaps/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/print/adobe-cmaps/Makefile b/print/adobe-cmaps/Makefile
index 14e08fb0406a..2de5bd1df60f 100644
--- a/print/adobe-cmaps/Makefile
+++ b/print/adobe-cmaps/Makefile
@@ -23,6 +23,6 @@ do-install:
@${MKDIR} ${RESOURCE}/CIDFont
@${MKDIR} ${RESOURCE}/Font
@cd ${WRKSRC} && ${FIND} . \! -name '.*' \
- | cpio --quiet -pdum -R ${SHAREOWN}:${SHAREGRP} ${RESOURCE}
+ | ${CPIO} --quiet -pdum -R ${SHAREOWN}:${SHAREGRP} ${RESOURCE}
.include <bsd.port.mk>