svn commit: r345591 - head/security/ruby-camellia

Martin Wilke miwi at FreeBSD.org
Sat Feb 22 10:33:17 UTC 2014


Author: miwi
Date: Sat Feb 22 10:33:16 2014
New Revision: 345591
URL: http://svnweb.freebsd.org/changeset/ports/345591
QAT: https://qat.redports.org/buildarchive/r345591/

Log:
  - Stage support

Modified:
  head/security/ruby-camellia/Makefile

Modified: head/security/ruby-camellia/Makefile
==============================================================================
--- head/security/ruby-camellia/Makefile	Sat Feb 22 10:33:14 2014	(r345590)
+++ head/security/ruby-camellia/Makefile	Sat Feb 22 10:33:16 2014	(r345591)
@@ -20,17 +20,14 @@ INSTALL_TARGET=	site-install
 DOCS=		README.txt History.txt License.txt
 EXAMPLES=	ext/camellia-example.rb
 
-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
-	${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