diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-02-22 10:43:17 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-02-22 10:43:17 +0000 |
commit | 97540a50f04a51c6894a2ad5cf4dd47c94657828 (patch) | |
tree | 7869c50876a7d65faf08400c06573bd7d3366274 /audio/ruby-audiofile | |
parent | acc4e80968c3b941f430d7c37c23fe5901507fcb (diff) |
- Stage support
Notes
Notes:
svn path=/head/; revision=345619
Diffstat (limited to 'audio/ruby-audiofile')
-rw-r--r-- | audio/ruby-audiofile/Makefile | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/audio/ruby-audiofile/Makefile b/audio/ruby-audiofile/Makefile index 4942f6fe4146..090a35d75e8b 100644 --- a/audio/ruby-audiofile/Makefile +++ b/audio/ruby-audiofile/Makefile @@ -17,7 +17,6 @@ COMMENT= A Ruby binding to the audiofile library LIB_DEPENDS= libaudiofile.so:${PORTSDIR}/audio/libaudiofile USE_RUBY= yes -NO_STAGE= yes USE_RUBY_EXTCONF= yes CDDB_DISTNAME= cddb-0.2 @@ -33,12 +32,10 @@ post-patch: ${CDDB_WRKSRC}/wavcddb post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${RUBY_MODEXAMPLESDIR}/cddb - ${INSTALL_DATA} ${WRKSRC}/test.rb ${RUBY_MODEXAMPLESDIR}/ - ${INSTALL_DATA} ${CDDB_WRKSRC}/* ${RUBY_MODEXAMPLESDIR}/cddb/ - ${MKDIR} ${RUBY_MODDOCDIR} - ${INSTALL_DATA} ${DOCS:S,^,${WRKSRC}/,} ${RUBY_MODDOCDIR}/ -.endif + ${MKDIR} ${STAGEDIR}${RUBY_MODEXAMPLESDIR}/cddb + ${INSTALL_DATA} ${WRKSRC}/test.rb ${STAGEDIR}${RUBY_MODEXAMPLESDIR}/ + ${INSTALL_DATA} ${CDDB_WRKSRC}/* ${STAGEDIR}${RUBY_MODEXAMPLESDIR}/cddb/ + ${MKDIR} ${STAGEDIR}${RUBY_MODDOCDIR} + ${INSTALL_DATA} ${DOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${RUBY_MODDOCDIR}/ .include <bsd.port.mk> |