diff options
author | obache <obache@pkgsrc.org> | 2014-01-28 12:08:07 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-01-28 12:08:07 +0000 |
commit | 0c588fd88a1368ea1030ae4754a5cafe7de0bd79 (patch) | |
tree | b829c14dfc8ce80e4393dd9cb7e49c6fa2a42ad4 /editors/ce | |
parent | 166d6099123259337712ae8b2e2d14d5d00a1a3b (diff) | |
download | pkgsrc-0c588fd88a1368ea1030ae4754a5cafe7de0bd79.tar.gz |
Use GNU_CONFIGURE_LIBDIR.
Diffstat (limited to 'editors/ce')
-rw-r--r-- | editors/ce/Makefile.common | 4 |
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 |