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 /emulators/stella/Makefile | |
parent | - Fix .PLIST* creation (diff) |
Use the CPIO macro defined in bsd.port.mk.
Notes
Notes:
svn path=/head/; revision=98793
Diffstat (limited to 'emulators/stella/Makefile')
-rw-r--r-- | emulators/stella/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/stella/Makefile b/emulators/stella/Makefile index a26d8c5f4684..030de2a9f374 100644 --- a/emulators/stella/Makefile +++ b/emulators/stella/Makefile @@ -41,7 +41,7 @@ do-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} cd ${WRKSRC}/docs && ${FIND} . | \ - cpio -pdm -L -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR} + ${CPIO} -pdm -L -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR} .endif .include <bsd.port.mk> |