pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors/xemacs-current Variable `EMACSVERSION' used bu...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c5867beca51b
branches:  trunk
changeset: 522816:c5867beca51b
user:      obache <obache%pkgsrc.org@localhost>
date:      Sat Dec 23 16:16:40 2006 +0000

description:
Variable `EMACSVERSION' used but not defined.

diffstat:

 editors/xemacs-current/Makefile |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r ce40c19451a0 -r c5867beca51b editors/xemacs-current/Makefile
--- a/editors/xemacs-current/Makefile   Sat Dec 23 15:31:29 2006 +0000
+++ b/editors/xemacs-current/Makefile   Sat Dec 23 16:16:40 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.59 2006/12/19 18:21:10 wiz Exp $
+# $NetBSD: Makefile,v 1.60 2006/12/23 16:16:40 obache Exp $
 
 DISTNAME=      xemacs-21.5.27
 
@@ -13,8 +13,9 @@
 
 
 BUILD_DEFS+=   XEMACS_WIDGETS
-PLIST_SUBST+=  EMACSVER=xemacs-21.5-b27
-MESSAGE_SUBST+=        EMACSVER=xemacs-21.5-b27
+EMACSVERSION=  21.5-b27
+PLIST_SUBST+=  EMACSVER=xemacs-${EMACSVERSION}
+MESSAGE_SUBST+=        EMACSVER=xemacs-${EMACSVERSION}
 
 .if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "arm32"
 GCC_REQD+=             2.95.3



Home | Main Index | Thread Index | Old Index