svn commit: r345611 - head/audio/ruby-mp3info

Martin Wilke miwi at FreeBSD.org
Sat Feb 22 10:37:56 UTC 2014


Author: miwi
Date: Sat Feb 22 10:37:55 2014
New Revision: 345611
URL: http://svnweb.freebsd.org/changeset/ports/345611
QAT: https://qat.redports.org/buildarchive/r345611/

Log:
  - Stage support

Modified:
  head/audio/ruby-mp3info/Makefile

Modified: head/audio/ruby-mp3info/Makefile
==============================================================================
--- head/audio/ruby-mp3info/Makefile	Sat Feb 22 10:37:31 2014	(r345610)
+++ head/audio/ruby-mp3info/Makefile	Sat Feb 22 10:37:55 2014	(r345611)
@@ -14,7 +14,6 @@ MAINTAINER=	ruby at 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>


More information about the svn-ports-all mailing list