Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Feb 2014 10:39: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: r345613 - head/devel/ruby-locale2
Message-ID:  <201402221039.s1MAd4Bp092094@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Sat Feb 22 10:39:03 2014
New Revision: 345613
URL: http://svnweb.freebsd.org/changeset/ports/345613
QAT: https://qat.redports.org/buildarchive/r345613/

Log:
  - Stage support

Modified:
  head/devel/ruby-locale2/Makefile

Modified: head/devel/ruby-locale2/Makefile
==============================================================================
--- head/devel/ruby-locale2/Makefile	Sat Feb 22 10:38:03 2014	(r345612)
+++ head/devel/ruby-locale2/Makefile	Sat Feb 22 10:39:03 2014	(r345613)
@@ -18,16 +18,10 @@ CONFLICTS=	${PKGNAMEPREFIX}locale-[0-9]*
 USE_RUBY=	yes
 USE_RUBY_SETUP=	yes
 
-NO_STAGE=	yes
 post-install:
-.if !defined(NOPORTDOCS)
-	${MKDIR} ${RUBY_MODDOCDIR}/
-	${INSTALL_DATA} ${WRKSRC}/README.rdoc ${RUBY_MODDOCDIR}/
-.endif
-
-.if !defined(NOPORTEXAMPLES)
-	${MKDIR} ${RUBY_MODEXAMPLESDIR}/
-	@(cd ${WRKSRC}/samples/ && ${COPYTREE_SHARE} \* ${RUBY_MODEXAMPLESDIR}/)
-.endif
+	${MKDIR} ${STAGEDIR}${RUBY_MODDOCDIR}/
+	${INSTALL_DATA} ${WRKSRC}/README.rdoc ${STAGEDIR}${RUBY_MODDOCDIR}/
+	${MKDIR} ${STAGEDIR}${RUBY_MODEXAMPLESDIR}/
+	@(cd ${WRKSRC}/samples/ && ${COPYTREE_SHARE} \* ${STAGEDIR}${RUBY_MODEXAMPLESDIR}/)
 
 .include <bsd.port.mk>



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