svn commit: r350520 - head/textproc/ruby-xmlconfigfile

Baptiste Daroussin bapt at FreeBSD.org
Mon Apr 7 16:25:37 UTC 2014


Author: bapt
Date: Mon Apr  7 16:25:36 2014
New Revision: 350520
URL: http://svnweb.freebsd.org/changeset/ports/350520
QAT: https://qat.redports.org/buildarchive/r350520/

Log:
  Support stage

Modified:
  head/textproc/ruby-xmlconfigfile/Makefile

Modified: head/textproc/ruby-xmlconfigfile/Makefile
==============================================================================
--- head/textproc/ruby-xmlconfigfile/Makefile	Mon Apr  7 16:18:07 2014	(r350519)
+++ head/textproc/ruby-xmlconfigfile/Makefile	Mon Apr  7 16:25:36 2014	(r350520)
@@ -12,6 +12,8 @@ DIST_SUBDIR=	ruby
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	A Ruby module for easy handling of XML configuration files
 
+OPTIONS_DEFINE=	DOCS
+
 USE_RUBY=	yes
 USE_RUBY_FEATURES=	rexml
 USE_RUBY_SETUP=	yes
@@ -19,13 +21,10 @@ RUBY_SETUP=	install.rb
 
 DOCS=		docs CHANGES README TODO
 
-NO_STAGE=	yes
 post-install:
-.if !defined(NOPORTDOCS)
-	${MKDIR} ${RUBY_MODDOCDIR}
+	@${MKDIR} ${STAGEDIR}${RUBY_MODDOCDIR}
 .for f in ${DOCS}
-	${CP} -R ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/
+	${CP} -R ${WRKSRC}/${f} ${STAGEDIR}${RUBY_MODDOCDIR}/
 .endfor
-.endif
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list