Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Feb 2014 10:38:04 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r345612 - head/net/ruby-ldap
Message-ID:  <201402221038.s1MAc4Zw091929@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402221038.s1MAc4Zw091929>