pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2d9923cefdff
branches:  trunk
changeset: 498525:2d9923cefdff
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Wed Aug 24 22:43:02 2005 +0000

description:
Removed trailing white-space.

diffstat:

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

diffs (18 lines):

diff -r e996619559d1 -r 2d9923cefdff mk/install/bsd.pkginstall.mk
--- a/mk/install/bsd.pkginstall.mk      Wed Aug 24 21:51:10 2005 +0000
+++ b/mk/install/bsd.pkginstall.mk      Wed Aug 24 22:43:02 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkginstall.mk,v 1.25 2005/08/24 12:34:42 rillig Exp $
+# $NetBSD: bsd.pkginstall.mk,v 1.26 2005/08/24 22:43:02 rillig Exp $
 #
 # This Makefile fragment is included by bsd.pkg.mk to use the common
 # INSTALL/DEINSTALL scripts.  To use this Makefile fragment, simply:
@@ -16,7 +16,7 @@
 
 # The Solaris /bin/sh does not know the ${foo#bar} shell substitution.
 # This shell function serves a similar purpose, but is specialized on
-# stripping ${PREFIX}/ from a pathname. 
+# stripping ${PREFIX}/ from a pathname.
 _FUNC_STRIP_PREFIX= \
        strip_prefix() {                                                \
          ${AWK} 'END {                                                 \



Home | Main Index | Thread Index | Old Index