summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2013-06-12 12:35:35 +0000
committerwiz <wiz@pkgsrc.org>2013-06-12 12:35:35 +0000
commitab5a823feb539c6eadcc60d7e742787ed715e92c (patch)
tree8c53925fd6406c89e3551271baa24ee01e4f3d83 /editors
parent07b94cf53553064b6eebc7476603aaca0310df58 (diff)
downloadpkgsrc-ab5a823feb539c6eadcc60d7e742787ed715e92c.tar.gz
Remove GNU_CONFIGURE_LIBDIR.
Rationale: undocumented, easily replaced with "CONFIGURE_ARGS+=--libdir=" and only used by 10 packages.
Diffstat (limited to 'editors')
-rw-r--r--editors/ce/Makefile.common5
1 files changed, 2 insertions, 3 deletions
diff --git a/editors/ce/Makefile.common b/editors/ce/Makefile.common
index 1db646db432..07e4aa855b0 100644
--- a/editors/ce/Makefile.common
+++ b/editors/ce/Makefile.common
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile.common,v 1.10 2012/01/17 21:43:19 sbd Exp $
-#
+# $NetBSD: Makefile.common,v 1.11 2013/06/12 12:35:35 wiz Exp $
DISTNAME= ce-${VERSION}
VERSION= 4.6
@@ -14,7 +13,7 @@ COMMENT= Chet's Emacs: small, fast emacs-like editor
MAKE_JOBS_SAFE= no
GNU_CONFIGURE= yes
-GNU_CONFIGURE_LIBDIR= ${PREFIX}/share/doc
+CONFIGURE_ARGS+= --libdir=${PREFIX}/share/doc
CONFIGURE_ARGS+= --without-ce-malloc
CONFIGURE_ARGS+= --with-curses