From ab5a823feb539c6eadcc60d7e742787ed715e92c Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 12 Jun 2013 12:35:35 +0000 Subject: Remove GNU_CONFIGURE_LIBDIR. Rationale: undocumented, easily replaced with "CONFIGURE_ARGS+=--libdir=" and only used by 10 packages. --- editors/ce/Makefile.common | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'editors') 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 -- cgit v1.2.3