summaryrefslogtreecommitdiff
path: root/textproc/dict-client
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2004-03-28 21:43:26 +0000
committerjmmv <jmmv@pkgsrc.org>2004-03-28 21:43:26 +0000
commit023e93a91f39300cb1887e6b9134af030fef0d32 (patch)
tree2e994a2eeedc9c866fddf98e5e698d291871b3cd /textproc/dict-client
parent504c1373097b9636d293ea08ca20c3d86f6ffec1 (diff)
downloadpkgsrc-023e93a91f39300cb1887e6b9134af030fef0d32.tar.gz
Honour PKG_SYSCONFDIR. Bump PKGREVISION.
Diffstat (limited to 'textproc/dict-client')
-rw-r--r--textproc/dict-client/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/textproc/dict-client/Makefile b/textproc/dict-client/Makefile
index af7f987f922..74fa21a65c4 100644
--- a/textproc/dict-client/Makefile
+++ b/textproc/dict-client/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2004/01/24 15:13:19 grant Exp $
+# $NetBSD: Makefile,v 1.12 2004/03/28 21:43:26 jmmv Exp $
DISTNAME= dictd-1.8.0
PKGNAME= dict-client-1.8.0
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= textproc
MASTER_SITES= ftp://ftp.dict.org/pub/dict/
@@ -21,6 +21,8 @@ FILESDIR= ${.CURDIR}/../../textproc/dict-server/files
PATCHDIR= ${.CURDIR}/../../textproc/dict-server/patches
DISTINFO_FILE= ${.CURDIR}/../../textproc/dict-server/distinfo
+CONFIGURE_ARGS+= --with-etcdir=${PKG_SYSCONFDIR}
+
# XXX This is needed by libltdl.
.include "../../devel/libtool/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"