diff options
author | trevor <trevor@FreeBSD.org> | 2003-11-13 12:54:57 +0000 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2003-11-13 12:54:57 +0000 |
commit | 99ccbb6b71b7698a171b47b4acb288b8115e0a5b (patch) | |
tree | 8539a8273e773aa9e7e4c8e20ed94e1cbb1e2352 /print/adobe-cmaps | |
parent | f32647514bf03eb1a573982c5d55b2d3188a2e39 (diff) | |
download | FreeBSD-ports-99ccbb6b71b7698a171b47b4acb288b8115e0a5b.zip FreeBSD-ports-99ccbb6b71b7698a171b47b4acb288b8115e0a5b.tar.gz |
Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.
Diffstat (limited to 'print/adobe-cmaps')
-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 75636c4..14e08fb 100644 --- a/print/adobe-cmaps/Makefile +++ b/print/adobe-cmaps/Makefile @@ -22,7 +22,7 @@ RESOURCE= ${PREFIX}/share/ghostscript/Resource do-install: @${MKDIR} ${RESOURCE}/CIDFont @${MKDIR} ${RESOURCE}/Font - @cd ${WRKSRC} && find . \! -name '.*' \ + @cd ${WRKSRC} && ${FIND} . \! -name '.*' \ | cpio --quiet -pdum -R ${SHAREOWN}:${SHAREGRP} ${RESOURCE} .include <bsd.port.mk> |