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 /graphics/urt | |
parent | - Fix .PLIST* creation (diff) |
Use the CPIO macro defined in bsd.port.mk.
Diffstat (limited to 'graphics/urt')
-rw-r--r-- | graphics/urt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/urt/Makefile b/graphics/urt/Makefile index 00347e08d3f3..c81b71c9c90b 100644 --- a/graphics/urt/Makefile +++ b/graphics/urt/Makefile @@ -63,10 +63,10 @@ post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} cd ${WRKDIR}/doc && ${FIND} . | \ - cpio -pdm -L -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR} + ${CPIO} -pdm -L -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR} @${MKDIR} ${EXAMPLESDIR} cd ${WRKDIR} && ${FIND} img | \ - cpio -pdm -L -R ${SHAREOWN}:${SHAREGRP} ${EXAMPLESDIR} + ${CPIO} -pdm -L -R ${SHAREOWN}:${SHAREGRP} ${EXAMPLESDIR} .endif .include <bsd.port.mk> |