diff options
author | trevor <trevor@FreeBSD.org> | 2004-01-22 12:18:43 +0000 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2004-01-22 12:18:43 +0000 |
commit | 1a4fe1abef078142c88fe743751cab946f0e6d1a (patch) | |
tree | b3f0484b3d24d10d7a0453f904fc5634ac0fd064 /graphics/urt | |
parent | b986261853674afc9ed239fc66c9bd33bb7acb46 (diff) | |
download | FreeBSD-ports-1a4fe1abef078142c88fe743751cab946f0e6d1a.zip FreeBSD-ports-1a4fe1abef078142c88fe743751cab946f0e6d1a.tar.gz |
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 00347e0..c81b71c 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> |