summaryrefslogtreecommitdiff
path: root/textproc/eblook
diff options
context:
space:
mode:
authoruebayasi <uebayasi@pkgsrc.org>2007-04-27 04:08:19 +0000
committeruebayasi <uebayasi@pkgsrc.org>2007-04-27 04:08:19 +0000
commit1dc01a9ac8c6ae56e862ea199710e16c827d5203 (patch)
tree742190bf59a3e7007c378b134b1bbfb5588274a9 /textproc/eblook
parent15cbcf1bf1793716cae64113ad06a5809b9f19fa (diff)
downloadpkgsrc-1dc01a9ac8c6ae56e862ea199710e16c827d5203.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"