svn commit: r345592 - head/audio/ruby-freedb

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


Author: miwi
Date: Sat Feb 22 10:33:30 2014
New Revision: 345592
URL: http://svnweb.freebsd.org/changeset/ports/345592
QAT: https://qat.redports.org/buildarchive/r345592/

Log:
  - Stage support

Modified:
  head/audio/ruby-freedb/Makefile

Modified: head/audio/ruby-freedb/Makefile
==============================================================================
--- head/audio/ruby-freedb/Makefile	Sat Feb 22 10:33:16 2014	(r345591)
+++ head/audio/ruby-freedb/Makefile	Sat Feb 22 10:33:30 2014	(r345592)
@@ -14,7 +14,6 @@ MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	A Ruby library that provides access to Freedb/CDDB servers
 
 USE_RUBY=	yes
-NO_STAGE=	yes
 USE_RUBY_EXTCONF=	yes
 
 INSTALL_TARGET=	site-install
@@ -26,11 +25,9 @@ post-patch:
 	${REINPLACE_CMD} -E -e "s,RSTRING\(([^)]+)\)->ptr,RSTRING_PTR(\1),g" ${WRKSRC}/freedb_cdrom.c
 
 post-install:
-.if !defined(NOPORTDOCS)
-	${MKDIR} ${RUBY_MODDOCDIR}
-	${MKDIR} ${RUBY_MODEXAMPLESDIR}
-	${INSTALL_DATA} ${EXAMPLES:S,^,${WRKSRC}/,} ${RUBY_MODEXAMPLESDIR}/
-	@(cd ${WRKSRC}/ && ${COPYTREE_SHARE} "${DOCS}" ${RUBY_MODDOCDIR}/)
-.endif
+	${MKDIR} ${STAGEDIR}${RUBY_MODDOCDIR}
+	${MKDIR} ${STAGEDIR}${RUBY_MODEXAMPLESDIR}
+	${INSTALL_DATA} ${EXAMPLES:S,^,${WRKSRC}/,} ${STAGEDIR}${RUBY_MODEXAMPLESDIR}/
+	@(cd ${WRKSRC}/ && ${COPYTREE_SHARE} "${DOCS}" ${STAGEDIR}${RUBY_MODDOCDIR}/)
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list