diff options
author | cheusov <cheusov@pkgsrc.org> | 2018-02-27 19:44:19 +0000 |
---|---|---|
committer | cheusov <cheusov@pkgsrc.org> | 2018-02-27 19:44:19 +0000 |
commit | e8fb05a2428b4fa7b6c1a3b1d2482858b3738af0 (patch) | |
tree | 24c8cbd8a58c91007aba14411e5f41d7290ba351 | |
parent | 7e86ccd71f971e3d0b0aef63a6d5a7e8df798cb8 (diff) | |
download | pkgsrc-e8fb05a2428b4fa7b6c1a3b1d2482858b3738af0.tar.gz |
dict-server: ++pkgrevision due to ABI change in libmaa
-rw-r--r-- | textproc/dict-server/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/textproc/dict-server/Makefile b/textproc/dict-server/Makefile index 5720d91491a..ede0692c76c 100644 --- a/textproc/dict-server/Makefile +++ b/textproc/dict-server/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.31 2013/07/12 10:45:03 jperkin Exp $ +# $NetBSD: Makefile,v 1.31.30.1 2018/02/27 19:44:19 cheusov Exp $ .include "../../textproc/dict-server/Makefile.common" PKGNAME= ${DISTNAME:S/dictd/dict-server/} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= textproc COMMENT= Dictionary Service Protocol server LICENSE= gnu-gpl-v2 @@ -29,8 +29,8 @@ DICTD_GROUP?= nogroup DICTD_GROUP?= dictd .endif -PKG_GROUPS= ${DICTD_GROUP} -PKG_USERS= ${DICTD_USER}:${DICTD_GROUP} +PKG_GROUPS= ${DICTD_GROUP} +PKG_USERS= ${DICTD_USER}:${DICTD_GROUP} PKG_GECOS.${DICTD_USER}= Dictionary\ protocol\ server\ user #PKG_HOME.${DICT_USER}= /nonexistent #PKG_SHELL.${DICT_USER}= ${NOLOGIN} |