Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Feb 2014 09:08:00 +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: r345944 - head/databases/ruby-dbi
Message-ID:  <201402250908.s1P980uk013983@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Tue Feb 25 09:08:00 2014
New Revision: 345944
URL: http://svnweb.freebsd.org/changeset/ports/345944
QAT: https://qat.redports.org/buildarchive/r345944/

Log:
  - Stage support

Modified:
  head/databases/ruby-dbi/Makefile

Modified: head/databases/ruby-dbi/Makefile
==============================================================================
--- head/databases/ruby-dbi/Makefile	Tue Feb 25 09:07:54 2014	(r345943)
+++ head/databases/ruby-dbi/Makefile	Tue Feb 25 09:08:00 2014	(r345944)
@@ -19,11 +19,9 @@ RUN_DEPENDS=	${RUBY_SITELIBDIR}/aspectr.
 USE_RUBY=	yes
 USE_RUBY_SETUP=	yes
 
-NO_STAGE=	yes
 post-install:
-.if !defined(NOPORTDOCS)
-	${MKDIR} ${RUBY_MODEXAMPLESDIR}
-	${INSTALL_DATA} ${WRKSRC}/examples/* ${RUBY_MODEXAMPLESDIR}/
-.endif
+	${MKDIR} ${STAGEDIR}${RUBY_MODEXAMPLESDIR}
+	${INSTALL_DATA} ${WRKSRC}/examples/* ${STAGEDIR}${RUBY_MODEXAMPLESDIR}/
+
 
 .include <bsd.port.mk>



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