summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-08-24 22:43:02 +0000
committerrillig <rillig@pkgsrc.org>2005-08-24 22:43:02 +0000
commit1e0da006f3188b31ecfcc9c55faf2e5b1bd878ba (patch)
tree8a22848fd9cf0284a9efdaa42df4cbe110874e22 /mk
parent66a0b139ae51e0c4682eb663f1bddb234a1898fc (diff)
downloadpkgsrc-1e0da006f3188b31ecfcc9c55faf2e5b1bd878ba.tar.gz
Removed trailing white-space.
Diffstat (limited to 'mk')
-rw-r--r--mk/install/bsd.pkginstall.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/install/bsd.pkginstall.mk b/mk/install/bsd.pkginstall.mk
index 4fd5bdf375e..f4c367716a8 100644
--- a/mk/install/bsd.pkginstall.mk
+++ b/mk/install/bsd.pkginstall.mk
@@ -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 @@ BSD_PKG_INSTALL_MK= 1
# 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 { \