svn commit: r345621 - head/archivers/ruby-libarchive

Martin Wilke miwi at FreeBSD.org
Sat Feb 22 10:44:06 UTC 2014


Author: miwi
Date: Sat Feb 22 10:44:06 2014
New Revision: 345621
URL: http://svnweb.freebsd.org/changeset/ports/345621
QAT: https://qat.redports.org/buildarchive/r345621/

Log:
  - Stage support

Modified:
  head/archivers/ruby-libarchive/Makefile

Modified: head/archivers/ruby-libarchive/Makefile
==============================================================================
--- head/archivers/ruby-libarchive/Makefile	Sat Feb 22 10:43:31 2014	(r345620)
+++ head/archivers/ruby-libarchive/Makefile	Sat Feb 22 10:44:06 2014	(r345621)
@@ -12,7 +12,6 @@ DIST_SUBDIR=	ruby
 MAINTAINER=	knu at FreeBSD.org
 COMMENT=	Ruby bindings for libarchive
 
-NO_STAGE=	yes
 USE_BZIP2=	yes
 USE_RUBY=	yes
 USE_RUBY_EXTCONF=	yes
@@ -26,9 +25,8 @@ OPTIONS_DEFINE=	DOCS
 .include <bsd.port.options.mk>
 
 post-install:
-.if ${PORT_OPTIONS:MDOCS}
-	${MKDIR} ${RUBY_MODDOCDIR}
-	cd ${WRKDIR}; ${COPYTREE_SHARE} "${DOCS}" ${RUBY_MODDOCDIR}/
-.endif
+	${MKDIR} ${STAGEDIR}${RUBY_MODDOCDIR}
+	cd ${WRKDIR}; ${COPYTREE_SHARE} "${DOCS}" ${STAGEDIR}${RUBY_MODDOCDIR}/
+
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list