summaryrefslogtreecommitdiffstats
path: root/audio/ruby-freedb
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2007-03-24 14:03:04 +0000
committerpav <pav@FreeBSD.org>2007-03-24 14:03:04 +0000
commit3038980f8b622f57ae3c4be686dd03539acfb62f (patch)
tree3adc73c12b68450ba198a6770a4a13796debb29a /audio/ruby-freedb
parent1ac285bc164bb56b160c8e0ccdf608d834435c94 (diff)
downloadFreeBSD-ports-3038980f8b622f57ae3c4be686dd03539acfb62f.zip
FreeBSD-ports-3038980f8b622f57ae3c4be686dd03539acfb62f.tar.gz
- COPYTREE_* are now part of bsd.port.mk
PR: ports/100996 Submitted by: stass
Diffstat (limited to 'audio/ruby-freedb')
-rw-r--r--audio/ruby-freedb/Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/audio/ruby-freedb/Makefile b/audio/ruby-freedb/Makefile
index da57766..bb098c6 100644
--- a/audio/ruby-freedb/Makefile
+++ b/audio/ruby-freedb/Makefile
@@ -25,13 +25,6 @@ INSTALL_TARGET= site-install
DOCS= CHANGELOG README doc
EXAMPLES= examples/*.rb
-# 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} {} \;' --
-
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${RUBY_MODDOCDIR}
OpenPOWER on IntegriCloud