svn commit: r346093 - head/net/ruby-net-geoip

Martin Wilke miwi at FreeBSD.org
Wed Feb 26 04:45:26 UTC 2014


Author: miwi
Date: Wed Feb 26 04:45:25 2014
New Revision: 346093
URL: http://svnweb.freebsd.org/changeset/ports/346093
QAT: https://qat.redports.org/buildarchive/r346093/

Log:
  - Stage support

Modified:
  head/net/ruby-net-geoip/Makefile

Modified: head/net/ruby-net-geoip/Makefile
==============================================================================
--- head/net/ruby-net-geoip/Makefile	Wed Feb 26 04:45:16 2014	(r346092)
+++ head/net/ruby-net-geoip/Makefile	Wed Feb 26 04:45:25 2014	(r346093)
@@ -21,13 +21,10 @@ INSTALL_TARGET=	site-install
 
 DOCS=	README
 
-NO_STAGE=	yes
 post-install:
-.if !defined(NOPORTDOCS)
-	@${MKDIR} ${RUBY_MODDOCDIR}
+	@${MKDIR} ${STAGEDIR}${RUBY_MODDOCDIR}
 .for f in ${DOCS}
-	${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/
+	${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${RUBY_MODDOCDIR}/
 .endfor
-.endif
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list