summaryrefslogtreecommitdiff
path: root/editors/ce
diff options
context:
space:
mode:
authorwiz <wiz>2013-06-12 12:35:35 +0000
committerwiz <wiz>2013-06-12 12:35:35 +0000
commit08e1db0d65b83aed965856131d7657c256d503df (patch)
tree8c53925fd6406c89e3551271baa24ee01e4f3d83 /editors/ce
parentf4cf9ac21e526ab466e2f1f93bec05789fba69fa (diff)
downloadpkgsrc-08e1db0d65b83aed965856131d7657c256d503df.tar.gz
Remove GNU_CONFIGURE_LIBDIR.
Rationale: undocumented, easily replaced with "CONFIGURE_ARGS+=--libdir=" and only used by 10 packages.
Diffstat (limited to 'editors/ce')
-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