pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/flim Force to use EMACS_BIN to ensure that the c...
details: https://anonhg.NetBSD.org/pkgsrc/rev/4708d1be6e05
branches: trunk
changeset: 395783:4708d1be6e05
user: minskim <minskim%pkgsrc.org@localhost>
date: Sun Jul 12 20:49:14 2009 +0000
description:
Force to use EMACS_BIN to ensure that the correct binary is invoked.
diffstat:
devel/flim/Makefile | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diffs (21 lines):
diff -r 5b0bf5844114 -r 4708d1be6e05 devel/flim/Makefile
--- a/devel/flim/Makefile Sun Jul 12 20:29:54 2009 +0000
+++ b/devel/flim/Makefile Sun Jul 12 20:49:14 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2008/11/26 13:17:15 obache Exp $
+# $NetBSD: Makefile,v 1.31 2009/07/12 20:49:14 minskim Exp $
DISTNAME= flim-1.14.9
PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME}
@@ -28,8 +28,9 @@
BUILD_TARGET.xemacs= package
INSTALL_TARGET.emacs= install
INSTALL_TARGET.xemacs= install-package
-MAKEFLAGS.emacs+=
-MAKEFLAGS.xemacs+= PACKAGEDIR=${EMACS_LISPPREFIX:C|/lisp$||}
+MAKEFLAGS.emacs+= EMACS=${EMACS_BIN}
+MAKEFLAGS.xemacs+= XEMACS=${EMACS_BIN} \
+ PACKAGEDIR=${EMACS_LISPPREFIX:C|/lisp$||}
EMACS_MODULES= base
EMACS_BUILDLINK=# defined
Home |
Main Index |
Thread Index |
Old Index