aboutsummaryrefslogtreecommitdiffstats
path: root/irc
diff options
context:
space:
mode:
authorwg <wg@FreeBSD.org>2013-09-26 21:55:26 +0800
committerwg <wg@FreeBSD.org>2013-09-26 21:55:26 +0800
commit1c9123f0a7f7dcfa0f5038de466352f71505b4fd (patch)
tree1f98cadc712c91da698f30daf2ed9592651c2179 /irc
parent79cbdf4c2bbd8f85ff1412fb5672b0dd4c91cd99 (diff)
downloadfreebsd-ports-gnome-1c9123f0a7f7dcfa0f5038de466352f71505b4fd.tar.gz
freebsd-ports-gnome-1c9123f0a7f7dcfa0f5038de466352f71505b4fd.tar.zst
freebsd-ports-gnome-1c9123f0a7f7dcfa0f5038de466352f71505b4fd.zip
irc/riece: allow staging
- Allow staging - USES gmake PR: ports/182375 Submitted by: Yasuhiro KIMURA <yasu utahime.org> (maintainer)
Diffstat (limited to 'irc')
-rw-r--r--irc/riece/Makefile14
1 files changed, 4 insertions, 10 deletions
diff --git a/irc/riece/Makefile b/irc/riece/Makefile
index 08dc240cabcf..30d5c7a57cc9 100644
--- a/irc/riece/Makefile
+++ b/irc/riece/Makefile
@@ -15,26 +15,20 @@ COMMENT= IRC client for Emacs
LICENSE= GPLv3
+USES= gmake
USE_EMACS= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-emacs=${EMACS_CMD} \
- --with-lispdir=${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}
-USE_GMAKE= yes
+ --with-lispdir=${STAGEDIR}${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}
OPTIONS_DEFINE= DOCS
INFO= riece-en riece-ja
-NO_STAGE= yes
-.include <bsd.port.options.mk>
-
post-install:
-.if ${PORT_OPTIONS:MDOCS}
- ${MKDIR} ${DOCSDIR}
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
.for f in AUTHORS ChangeLog NEWS NEWS.ja README README.ja doc/HACKING doc/HACKING.ja
- ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}
.endfor
-.endif
- @${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>