summaryrefslogtreecommitdiff
path: root/textproc/eblook
diff options
context:
space:
mode:
authoruebayasi <uebayasi>2007-04-27 04:08:19 +0000
committeruebayasi <uebayasi>2007-04-27 04:08:19 +0000
commit79e3959bc26f460d25f80f9c23689fa80a9947fc (patch)
tree742190bf59a3e7007c378b134b1bbfb5588274a9 /textproc/eblook
parent42bfe1d371b44227086add5af105fcada5ad5ff5 (diff)
downloadpkgsrc-79e3959bc26f460d25f80f9c23689fa80a9947fc.tar.gz
Simplify PKG_SYSCONFDIR handling by assuming all packages have a consistent
PKG_SYSCONFDIR.
Diffstat (limited to 'textproc/eblook')
-rw-r--r--textproc/eblook/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/eblook/Makefile b/textproc/eblook/Makefile
index 55a64114f38..1531ee5ff24 100644
--- a/textproc/eblook/Makefile
+++ b/textproc/eblook/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2006/04/07 19:54:17 jlam Exp $
+# $NetBSD: Makefile,v 1.18 2007/04/27 04:08:19 uebayasi Exp $
#
DISTNAME= eblook-1.6.1
@@ -14,7 +14,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
GNU_CONFIGURE= YES
INFO_FILES= # PLIST
-CONFIGURE_ARGS+=--with-eb-conf=${PKG_SYSCONFDIR.eb}/eb.conf
+CONFIGURE_ARGS+=--with-eb-conf=${PKG_SYSCONFDIR}/eb.conf
LIBS+= ${BUILDLINK_LDADD.iconv}
.include "../../converters/libiconv/buildlink3.mk"