summaryrefslogtreecommitdiff
path: root/textproc/dict-client
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/dict-client')
-rw-r--r--textproc/dict-client/Makefile6
-rw-r--r--textproc/dict-client/PLIST4
2 files changed, 6 insertions, 4 deletions
diff --git a/textproc/dict-client/Makefile b/textproc/dict-client/Makefile
index 8166a6c1300..4935b2eb6a1 100644
--- a/textproc/dict-client/Makefile
+++ b/textproc/dict-client/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2009/12/30 11:58:48 abs Exp $
+# $NetBSD: Makefile,v 1.34 2011/02/03 12:55:50 obache Exp $
.include "../../textproc/dict-server/Makefile.common"
@@ -6,7 +6,7 @@ PKGNAME= ${DISTNAME:S/dictd/dict-client/}
CATEGORIES= textproc
COMMENT= Dictionary Service Protocol client
-LICENSE= gnu-gpl-v2
+LICENSE= gnu-gpl-v2 AND mit
USE_TOOLS+= gmake yacc lex
USE_LIBTOOL= yes
@@ -18,7 +18,7 @@ BUILD_TARGET= dict
INSTALL_TARGET= install.dict
FILESDIR= ${.CURDIR}/../../textproc/dict-server/files
-PATCHDIR= ${.CURDIR}/../../textproc/dict-server/patches
+#PATCHDIR= ${.CURDIR}/../../textproc/dict-server/patches
DISTINFO_FILE= ${.CURDIR}/../../textproc/dict-server/distinfo
.include "../../devel/zlib/buildlink3.mk"
diff --git a/textproc/dict-client/PLIST b/textproc/dict-client/PLIST
index be301383397..d8e8e48312d 100644
--- a/textproc/dict-client/PLIST
+++ b/textproc/dict-client/PLIST
@@ -1,5 +1,7 @@
-@comment $NetBSD: PLIST,v 1.2 2005/02/22 16:09:54 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2011/02/03 12:55:50 obache Exp $
bin/dict
+bin/dict_lookup
bin/dictl
man/man1/dict.1
+man/man1/dict_lookup.1
man/man1/dictl.1