pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk Removed trailing white-space in comments.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ad6106877f8b
branches:  trunk
changeset: 498739:ad6106877f8b
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu Sep 01 22:23:41 2005 +0000

description:
Removed trailing white-space in comments.

diffstat:

 mk/emacs.mk |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (45 lines):

diff -r e5181ec28106 -r ad6106877f8b mk/emacs.mk
--- a/mk/emacs.mk       Thu Sep 01 22:09:39 2005 +0000
+++ b/mk/emacs.mk       Thu Sep 01 22:23:41 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: emacs.mk,v 1.21 2005/08/30 05:55:05 uebayasi Exp $
+# $NetBSD: emacs.mk,v 1.22 2005/09/01 22:23:41 rillig Exp $
 #
 # This Makefile fragment handles Emacs Lisp Packages (== ELPs).
 #
@@ -41,7 +41,7 @@
 #                      The user's favoriate Emacs version.
 #              Possible values:
 #                      emacs21, emacs21nox, emacs20, xemacs215, xemacs214
-#              Default value: 
+#              Default value:
 #                      emacs21
 #
 # Variables ELPs can provide:
@@ -51,7 +51,7 @@
 #                      Set if the ELP wants LEIM support.
 #              Possible values:
 #                      <undefined>, <defined>
-#              Default value: 
+#              Default value:
 #                      <undefined>
 #
 #      EMACS_VERSIONS_ACCEPTED
@@ -67,7 +67,7 @@
 #                      specified files.
 #              Possible values:
 #                      <a list of files relative to ${WRKDIR}>
-#              Default value: 
+#              Default value:
 #                      <undefined>
 #
 # Variables provided for ELPs:
@@ -213,7 +213,7 @@
 #      add a dependency to the version;
 #
 # 2. Check if a given package can be used for the emacs version.
-#      
+#
 #      if (package accepts the emacs version)
 #              nothing to do;
 #      else



Home | Main Index | Thread Index | Old Index