diff options
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/dict-server/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/dict-server/Makefile b/textproc/dict-server/Makefile index 14fa0aac150..5720d91491a 100644 --- a/textproc/dict-server/Makefile +++ b/textproc/dict-server/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.30 2012/07/22 15:32:50 cheusov Exp $ +# $NetBSD: Makefile,v 1.31 2013/07/12 10:45:03 jperkin Exp $ .include "../../textproc/dict-server/Makefile.common" PKGNAME= ${DISTNAME:S/dictd/dict-server/} +PKGREVISION= 1 CATEGORIES= textproc COMMENT= Dictionary Service Protocol server LICENSE= gnu-gpl-v2 |