diff options
author | cheusov <cheusov@pkgsrc.org> | 2018-03-01 09:28:29 +0000 |
---|---|---|
committer | cheusov <cheusov@pkgsrc.org> | 2018-03-01 09:28:29 +0000 |
commit | bf0677e3b55f7f5b81e3e249579c08df6d837f80 (patch) | |
tree | 60329bee053922c283a8861f46772a60f1507bd3 | |
parent | e8fb05a2428b4fa7b6c1a3b1d2482858b3738af0 (diff) | |
download | pkgsrc-bf0677e3b55f7f5b81e3e249579c08df6d837f80.tar.gz |
revert previous commitpkgsrc-2017Q1
-rw-r--r-- | textproc/dict-client/Makefile | 3 | ||||
-rw-r--r-- | textproc/dict-server/Makefile | 4 |
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 |