pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk Fixed a typo, which has been discovered by Mark E. ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3ace37408fdd
branches:  trunk
changeset: 529540:3ace37408fdd
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu Jun 07 10:46:32 2007 +0000

description:
Fixed a typo, which has been discovered by Mark E. Perkins.

diffstat:

 mk/emacs.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 6712bc8eb19f -r 3ace37408fdd mk/emacs.mk
--- a/mk/emacs.mk       Thu Jun 07 10:45:18 2007 +0000
+++ b/mk/emacs.mk       Thu Jun 07 10:46:32 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: emacs.mk,v 1.34 2007/06/06 08:33:54 rillig Exp $
+# $NetBSD: emacs.mk,v 1.35 2007/06/07 10:46:32 rillig Exp $
 #
 # This Makefile fragment handles Emacs Lisp Packages (== ELPs).
 #
@@ -312,7 +312,7 @@
 .  if "${e}" == ${EMACS_FLAVOR} || "${e}" == ${_EMACS_TYPE}
 PLIST_SUBST+=  FOR_${e}="" NOTFOR_${e}="@comment "
 .  else
-PLIST_SUBST+=  FOR_${e}="@comment " NOTFORM_${e}=""
+PLIST_SUBST+=  FOR_${e}="@comment " NOTFOR_${e}=""
 .  endif
 .endfor
 



Home | Main Index | Thread Index | Old Index