diff options
author | Joseph Mingrone <jrm@FreeBSD.org> | 2018-02-01 18:03:09 +0000 |
---|---|---|
committer | Joseph Mingrone <jrm@FreeBSD.org> | 2018-02-01 18:03:09 +0000 |
commit | a3cc513bfc69ef10d52ed310dd9a6e6bb8c57491 (patch) | |
tree | 4a6b8513515fb032f2183d945863a1d39dbcd0c1 /irc/riece/Makefile | |
parent | 7a6d87cd185d39c7023ee32da472cca4f391e7f2 (diff) |
Notes
Diffstat (limited to 'irc/riece/Makefile')
-rw-r--r-- | irc/riece/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/irc/riece/Makefile b/irc/riece/Makefile index 7f403c2e4fe0..286a8d98e7c9 100644 --- a/irc/riece/Makefile +++ b/irc/riece/Makefile @@ -3,11 +3,11 @@ PORTNAME= riece PORTVERSION= 9.0.0 -PORTREVISION= 6 +PORTREVISION= 7 PORTEPOCH= 1 CATEGORIES= irc elisp MASTER_SITES= SAVANNAH -PKGNAMESUFFIX= -${EMACS_PORT_NAME} +PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} MAINTAINER= ports@FreeBSD.org COMMENT= IRC client for Emacs @@ -15,17 +15,16 @@ COMMENT= IRC client for Emacs LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING +USES= emacs gmake + NO_ARCH= yes -USES= gmake -USE_EMACS= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-emacs=${EMACS_CMD} \ --with-lispdir=${STAGEDIR}${PREFIX}/${EMACS_VERSION_SITE_LISPDIR} +INFO= riece-en riece-ja OPTIONS_DEFINE= DOCS -INFO= riece-en riece-ja - post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in AUTHORS ChangeLog NEWS NEWS.ja README README.ja doc/HACKING doc/HACKING.ja |