summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--textproc/dict-client/Makefile3
-rw-r--r--textproc/dict-server/Makefile4
2 files changed, 3 insertions, 4 deletions
diff --git a/textproc/dict-client/Makefile b/textproc/dict-client/Makefile
index 0bea5694705..c00a53b3d61 100644
--- a/textproc/dict-client/Makefile
+++ b/textproc/dict-client/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.37.38.1 2018/02/27 19:43:48 cheusov Exp $
+# $NetBSD: Makefile,v 1.37.38.2 2018/03/01 09:30:46 cheusov Exp $
.include "../../textproc/dict-server/Makefile.common"
PKGNAME= ${DISTNAME:S/dictd/dict-client/}
-PKGREVISION= 1
CATEGORIES= textproc
COMMENT= Dictionary Service Protocol client
diff --git a/textproc/dict-server/Makefile b/textproc/dict-server/Makefile
index ede0692c76c..2ff9cdb1784 100644
--- a/textproc/dict-server/Makefile
+++ b/textproc/dict-server/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.31.30.1 2018/02/27 19:44:19 cheusov Exp $
+# $NetBSD: Makefile,v 1.31.30.2 2018/03/01 09:28:29 cheusov Exp $
.include "../../textproc/dict-server/Makefile.common"
PKGNAME= ${DISTNAME:S/dictd/dict-server/}
-PKGREVISION= 2
+PKGREVISION= 1
CATEGORIES= textproc
COMMENT= Dictionary Service Protocol server
LICENSE= gnu-gpl-v2