mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
irc/riece: allow staging
- Allow staging - USES gmake PR: ports/182375 Submitted by: Yasuhiro KIMURA <yasu utahime.org> (maintainer)
This commit is contained in:
parent
acc0dd919f
commit
47aca4a017
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=328360
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user