summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2014-01-28 12:08:07 +0000
committerobache <obache@pkgsrc.org>2014-01-28 12:08:07 +0000
commit7afceedc7bb44b246c53d925a9a197697ba629c2 (patch)
treeb829c14dfc8ce80e4393dd9cb7e49c6fa2a42ad4 /editors
parentb352e5e8735d04ef7f903cdd4f57d4fa6c84c498 (diff)
downloadpkgsrc-7afceedc7bb44b246c53d925a9a197697ba629c2.tar.gz
Use GNU_CONFIGURE_LIBDIR.
Diffstat (limited to 'editors')
-rw-r--r--editors/ce/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/ce/Makefile.common b/editors/ce/Makefile.common
index 5893fb0a734..1543420083c 100644
--- a/editors/ce/Makefile.common
+++ b/editors/ce/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.14 2013/10/10 11:08:16 roy Exp $
+# $NetBSD: Makefile.common,v 1.15 2014/01/28 12:08:07 obache Exp $
DISTNAME= ce-${VERSION}
VERSION= 4.6
@@ -13,7 +13,7 @@ COMMENT= Chet's Emacs: small, fast emacs-like editor
MAKE_JOBS_SAFE= no
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --libdir=${PREFIX}/share/doc
+GNU_CONFIGURE_LIBDIR= ${PREFIX}/share/doc
CONFIGURE_ARGS+= --without-ce-malloc
PATCHDIR= ${.CURDIR}/../ce/patches