diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2004-01-22 12:18:43 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2004-01-22 12:18:43 +0000 |
commit | 439b8a040c6cc5d9c091b08a90056d1059d4640b (patch) | |
tree | 8132e1111bd2c96ba9c0959d3cfce2b62a26551b /print/adobe-cmaps/Makefile | |
parent | f26c8efaac7d5c7934a01e89d790bac25766df39 (diff) | |
download | ports-439b8a040c6cc5d9c091b08a90056d1059d4640b.tar.gz ports-439b8a040c6cc5d9c091b08a90056d1059d4640b.zip |
Use the CPIO macro defined in bsd.port.mk.
Notes
Notes:
svn path=/head/; revision=98793
Diffstat (limited to 'print/adobe-cmaps/Makefile')
-rw-r--r-- | print/adobe-cmaps/Makefile | 2 |
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> |