acacf6d808
dictl.in: Fix for Debian bug #677868 reported by Stepan Golosunov. dictd.8: Fixes for mistypes found by A. Costa. Thanks! dictzip: Fix for sf.net bug #3390567 reported by Ivo Danihelka. INSTALL: Fix for sf.net bug #3398178 colorit: Fix for option -c. Now it works correctly. examples/dictd_virtual.conf: Fix incorrect keyword for virtual database. Thanks to Marc-Jano Knopp for the report!
13 lines
389 B
Text
13 lines
389 B
Text
# $NetBSD: Makefile.common,v 1.5 2012/07/22 15:32:50 cheusov Exp $
|
|
# used by textproc/colorit/Makefile
|
|
# used by textproc/dict-server/Makefile
|
|
# used by textproc/dict-client/Makefile
|
|
DISTNAME= dictd-1.12.1
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dict/} \
|
|
ftp://ftp.dict.org/pub/dict/
|
|
|
|
MAINTAINER?= cheusov@NetBSD.org
|
|
HOMEPAGE= http://www.dict.org/
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|