svn commit: r345612 - head/net/ruby-ldap

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


Author: miwi
Date: Sat Feb 22 10:38:03 2014
New Revision: 345612
URL: http://svnweb.freebsd.org/changeset/ports/345612
QAT: https://qat.redports.org/buildarchive/r345612/

Log:
  - Stage support

Modified:
  head/net/ruby-ldap/Makefile

Modified: head/net/ruby-ldap/Makefile
==============================================================================
--- head/net/ruby-ldap/Makefile	Sat Feb 22 10:37:55 2014	(r345611)
+++ head/net/ruby-ldap/Makefile	Sat Feb 22 10:38:03 2014	(r345612)
@@ -26,7 +26,6 @@ USE_BZIP2=	yes
 USE_RUBY=	yes
 USE_RUBY_EXTCONF=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 
 # Configure options:
@@ -53,12 +52,10 @@ post-patch:
 		-e 'gsub /ruby-1\.6/, "${RUBY}"' ${WRKSRC}/test/test.sh
 
 post-install:
-.if !defined(NOPORTDOCS)
-	${MKDIR} ${RUBY_MODEXAMPLESDIR}
-	${MKDIR} ${RUBY_MODDOCDIR}
-	@(cd ${WRKSRC}/test/ && ${COPYTREE_SHARE} \* ${RUBY_MODEXAMPLESDIR}/)
-	@(cd ${WRKSRC}/example/ && ${COPYTREE_SHARE} \* ${RUBY_MODEXAMPLESDIR}/)
-	${INSTALL_DATA} ${DOCS_EN:S,^,${WRKSRC}/,} ${RUBY_MODDOCDIR}/
-.endif
+	${MKDIR} ${STAGEDIR}${RUBY_MODEXAMPLESDIR}
+	${MKDIR} ${STAGEDIR}${RUBY_MODDOCDIR}
+	@(cd ${WRKSRC}/test/ && ${COPYTREE_SHARE} \* ${STAGEDIR}${RUBY_MODEXAMPLESDIR}/)
+	@(cd ${WRKSRC}/example/ && ${COPYTREE_SHARE} \* ${STAGEDIR}${RUBY_MODEXAMPLESDIR}/)
+	${INSTALL_DATA} ${DOCS_EN:S,^,${WRKSRC}/,} ${STAGEDIR}${RUBY_MODDOCDIR}/
 
 .include <bsd.port.post.mk>


More information about the svn-ports-all mailing list