diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-03-24 14:03:04 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-03-24 14:03:04 +0000 |
commit | 28f8ee4611d178cba9a652c35ccb813d2d507082 (patch) | |
tree | c5cf96d8d3d25f8817f9a7d91e2f1dda8b7ceca1 /games/cube | |
parent | 65e107ab6988c9b2d4d980917430d8ab0cfee665 (diff) |
- COPYTREE_* are now part of bsd.port.mk
PR: ports/100996
Submitted by: stass
Notes
Notes:
svn path=/head/; revision=188171
Diffstat (limited to 'games/cube')
-rw-r--r-- | games/cube/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/games/cube/Makefile b/games/cube/Makefile index ce1f4239f146..597f3262c4ad 100644 --- a/games/cube/Makefile +++ b/games/cube/Makefile @@ -36,13 +36,6 @@ SUB_FILES= cube_client cube_server CUBE_DATA= ${PORTNAME}_${PORTVERSION:S/./_/g}_unix.tar.gz CUBE_SRC= ${PORTNAME}_${PORTVERSION:S/./_/g}_src.zip -# XXX: exists untill it will be committed to bsd.port.mk -COPYTREE_SHARE= ${SH} -c '(${FIND} -d $$0 $$2 | ${CPIO} -dumpl $$1 >/dev/null \ - 2>&1) && \ - ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} $$1 && \ - ${FIND} $$1/ -type d -exec ${CHMOD} 755 {} \; && \ - ${FIND} $$1/ -type f -exec ${CHMOD} ${SHAREMODE} {} \;' -- - .include <bsd.port.pre.mk> .if defined(WITHOUT_CLIENT) && defined(WITHOUT_DEDICATED) |