svn commit: r345495 - head/net/ruby-icmp

Martin Wilke miwi at FreeBSD.org
Fri Feb 21 15:47:20 UTC 2014


Author: miwi
Date: Fri Feb 21 15:47:19 2014
New Revision: 345495
URL: http://svnweb.freebsd.org/changeset/ports/345495
QAT: https://qat.redports.org/buildarchive/r345495/

Log:
  - Stage support

Modified:
  head/net/ruby-icmp/Makefile

Modified: head/net/ruby-icmp/Makefile
==============================================================================
--- head/net/ruby-icmp/Makefile	Fri Feb 21 15:46:36 2014	(r345494)
+++ head/net/ruby-icmp/Makefile	Fri Feb 21 15:47:19 2014	(r345495)
@@ -19,13 +19,10 @@ INSTALL_TARGET=	site-install
 
 EXAMPLES=	sample/*
 
-NO_STAGE=	yes
 post-install:
-.if !defined(NOPORTDOCS)
-	${MKDIR} ${RUBY_MODEXAMPLESDIR}
+	${MKDIR} ${STAGEDIR}${RUBY_MODEXAMPLESDIR}
 .for f in ${EXAMPLES}
-	${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODEXAMPLESDIR}/
+	${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${RUBY_MODEXAMPLESDIR}/
 .endfor
-.endif
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list