summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2006-02-16 18:08:06 +0000
committerwiz <wiz@pkgsrc.org>2006-02-16 18:08:06 +0000
commit349be774bee6b9cf841db4ccb47a68b943fcb2dd (patch)
tree7f45677ee8e8941df23bdbed820bb4e91ac6aaba /chat
parente576e15577fa1695779099b249a2881448dd8e51 (diff)
downloadpkgsrc-349be774bee6b9cf841db4ccb47a68b943fcb2dd.tar.gz
Add riece-en.info to INFO_FILES, bump PKGREVISION.
Diffstat (limited to 'chat')
-rw-r--r--chat/riece/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/chat/riece/Makefile b/chat/riece/Makefile
index 53cf7ff341e..43722ee92fd 100644
--- a/chat/riece/Makefile
+++ b/chat/riece/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.6 2006/02/05 23:08:26 joerg Exp $
+# $NetBSD: Makefile,v 1.7 2006/02/16 18:08:06 wiz Exp $
#
DISTNAME= riece-2.0.2
PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= chat japanese
MASTER_SITES= http://savannah.nongnu.org/download/riece/
@@ -29,6 +29,6 @@ CONFIGURE_ARGS+=--with-packagedir=${EMACS_LISPPREFIX:C|/lisp\$||}
# Riece digs sub directory.
CONFIGURE_ARGS+=--with-lispdir=${EMACS_LISPPREFIX:Q}
-INFO_FILES= riece-ja.info
+INFO_FILES= riece-en.info riece-ja.info
.include "../../mk/bsd.pkg.mk"