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/vertex | |
parent | f26c8efaac7d5c7934a01e89d790bac25766df39 (diff) | |
download | ports-439b8a040c6cc5d9c091b08a90056d1059d4640b.tar.gz ports-439b8a040c6cc5d9c091b08a90056d1059d4640b.zip |
Notes
Diffstat (limited to 'graphics/vertex')
-rw-r--r-- | graphics/vertex/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/vertex/Makefile b/graphics/vertex/Makefile index a02b17656239..ae943d2b86b7 100644 --- a/graphics/vertex/Makefile +++ b/graphics/vertex/Makefile @@ -53,7 +53,7 @@ do-install: @${MKDIR} ${DATADIR}/icons ${INSTALL_DATA} ${WRKSRC}/vertex/vertex.xpm ${DATADIR}/icons cd ${WRKSRC}/vertex/data && ${FIND} . -type f | \ - cpio -pdm -L -R ${SHAREOWN}:${SHAREGRP} ${DATADIR} + ${CPIO} -pdm -L -R ${SHAREOWN}:${SHAREGRP} ${DATADIR} @${FIND} ${DATADIR} -type d | ${XARGS} ${CHMOD} a+x .include <bsd.port.mk> |