diff options
author | rillig <rillig> | 2005-08-24 22:43:02 +0000 |
---|---|---|
committer | rillig <rillig> | 2005-08-24 22:43:02 +0000 |
commit | 1a54ce099ee95cac4dfe73c80b3aeee20d4e21c1 (patch) | |
tree | 8a22848fd9cf0284a9efdaa42df4cbe110874e22 /mk/install | |
parent | 54ea66d96c7e6b83eb878def5f4565e025ee3692 (diff) | |
download | pkgsrc-1a54ce099ee95cac4dfe73c80b3aeee20d4e21c1.tar.gz |
Removed trailing white-space.
Diffstat (limited to 'mk/install')
-rw-r--r-- | mk/install/bsd.pkginstall.mk | 4 |
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 { \ |