diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-02-22 10:37:55 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-02-22 10:37:55 +0000 |
commit | 1a82d35d2cb2bed5acdf299c97bd68aba232fdc0 (patch) | |
tree | d41e1d55898ebf911d3b7f7fc9cd4885615a57b0 | |
parent | b6267fbd2e01e60e6d5f0b21998ecc6470a0e504 (diff) | |
download | freebsd-ports-1a82d35d2cb2bed5acdf299c97bd68aba232fdc0.zip |
- Stage support
-rw-r--r-- | audio/ruby-mp3info/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/audio/ruby-mp3info/Makefile b/audio/ruby-mp3info/Makefile index f61c82f7bcb4..85344c8ea75f 100644 --- a/audio/ruby-mp3info/Makefile +++ b/audio/ruby-mp3info/Makefile @@ -14,7 +14,6 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= A Ruby library to access to information on mp3 files USE_BZIP2= yes -NO_STAGE= yes USE_RUBY= yes USE_RUBY_SETUP= yes USE_RUBY_RDOC= yes @@ -24,11 +23,9 @@ CONFIGURE_ARGS= --prefix=${PREFIX} DOCS= CHANGELOG EXAMPLES README post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${RUBY_MODEXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/test.rb ${RUBY_MODEXAMPLESDIR}/ - ${MKDIR} ${RUBY_MODDOCDIR} - @(cd ${WRKSRC}/ && ${COPYTREE_SHARE} "${DOCS}" ${RUBY_MODDOCDIR}/) -.endif + ${MKDIR} ${STAGEDIR}${RUBY_MODEXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/test.rb ${STAGEDIR}${RUBY_MODEXAMPLESDIR}/ + ${MKDIR} ${STAGEDIR}${RUBY_MODDOCDIR} + @(cd ${WRKSRC}/ && ${COPYTREE_SHARE} "${DOCS}" ${STAGEDIR}${RUBY_MODDOCDIR}/) .include <bsd.port.mk> |