summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorsbd <sbd@pkgsrc.org>2012-01-17 21:43:18 +0000
committersbd <sbd@pkgsrc.org>2012-01-17 21:43:18 +0000
commit1e38404e660373254bf5fb3d2cde2d605e6b94bf (patch)
tree4b997cf4a9b1df8a721e0a83c9559bd76663d532 /editors
parentc465220d84c06881117ffa7db054d3bbf017e68e (diff)
downloadpkgsrc-1e38404e660373254bf5fb3d2cde2d605e6b94bf.tar.gz
Convert packages with add --libdir=* to CONFIGURE_ARGS to use
GNU_CONFIGURE_LIBDIR or GNU_CONFIGURE_LIBSUBDIR.
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 8fb07cf60be..1db646db432 100644
--- a/editors/ce/Makefile.common
+++ b/editors/ce/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.9 2009/06/30 00:07:14 joerg Exp $
+# $NetBSD: Makefile.common,v 1.10 2012/01/17 21:43:19 sbd Exp $
#
DISTNAME= ce-${VERSION}
@@ -14,7 +14,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
CONFIGURE_ARGS+= --with-curses