svn commit: r343417 - head/irc/rbot

Bryan Drewery bdrewery at FreeBSD.org
Sun Feb 9 01:55:22 UTC 2014


Author: bdrewery
Date: Sun Feb  9 01:55:21 2014
New Revision: 343417
URL: http://svnweb.freebsd.org/changeset/ports/343417
QAT: https://qat.redports.org/buildarchive/r343417/

Log:
  - Support STAGEDIR

Modified:
  head/irc/rbot/Makefile

Modified: head/irc/rbot/Makefile
==============================================================================
--- head/irc/rbot/Makefile	Sun Feb  9 01:54:56 2014	(r343416)
+++ head/irc/rbot/Makefile	Sun Feb  9 01:55:21 2014	(r343417)
@@ -14,7 +14,6 @@ COMMENT=	Ruby IRC bot similar to infobot
 RUN_DEPENDS=	${RUBY_SITEARCHLIBDIR}/bdb.so:${PORTSDIR}/databases/ruby-bdb \
 		rubygem-gettext>=1.93.0:${PORTSDIR}/devel/rubygem-gettext
 
-NO_STAGE=	yes
 USE_RUBY=	yes
 USE_RUBY_SETUP=	yes
 CONFIGURE_ARGS=	--prefix=${PREFIX}
@@ -31,9 +30,8 @@ pre-install:
 
 post-install:
 .if ${PORT_OPTIONS:MDOCS}
-	${INSTALL} -d ${DOCSDIR}
-	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}
+	${INSTALL} -d ${STAGEDIR}${DOCSDIR}
+	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
 .endif
-	@${CAT} ${PKGMESSAGE}
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list