pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk Remove accidental extra space.
details: https://anonhg.NetBSD.org/pkgsrc/rev/f9d0771af867
branches: trunk
changeset: 500239:f9d0771af867
user: reed <reed%pkgsrc.org@localhost>
date: Tue Oct 04 17:33:44 2005 +0000
description:
Remove accidental extra space.
And also fix four places using spaces instead of a tab to be consistent.
(For some reason my cvs diff didn't show anything though.)
diffstat:
mk/bsd.pkg.mk | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diffs (39 lines):
diff -r a4bcdbfb27a8 -r f9d0771af867 mk/bsd.pkg.mk
--- a/mk/bsd.pkg.mk Tue Oct 04 17:27:00 2005 +0000
+++ b/mk/bsd.pkg.mk Tue Oct 04 17:33:44 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.1722 2005/10/04 17:27:00 reed Exp $
+# $NetBSD: bsd.pkg.mk,v 1.1723 2005/10/04 17:33:44 reed Exp $
#
# This file is in the public domain.
#
@@ -2139,7 +2139,7 @@
${ECHO_MSG} "${_PKGSRC_IN}> [Automatic manual page handling]"; \
${ECHO_MSG} "${_PKGSRC_IN}> Decompressing manual pages for ${PKGNAME}"; \
for manpage in $$newmanpages; do \
- manpage=`${ECHO} $$manpage | ${SED} -e 's|^man/|${PKGMANDIR}/|' -e 's|\.gz$$||'`; \
+ manpage=`${ECHO} $$manpage | ${SED} -e 's|^man/|${PKGMANDIR}/|' -e 's|\.gz$$||'`; \
if [ -h ${PREFIX}/$$manpage.gz ]; then \
set - `${LS} -l ${PREFIX}/$$manpage.gz | ${SED} -e 's|\.gz$$||'`; \
shift `expr $$# - 1`; \
@@ -3814,16 +3814,16 @@
# set up the correct license information as a sed expression
.if defined(LICENSE)
-SED_LICENSE_EXPR= -e 's|%%LICENSE%%|<p>Please note that this package has a ${LICENSE} license.</p>|'
+SED_LICENSE_EXPR= -e 's|%%LICENSE%%|<p>Please note that this package has a ${LICENSE} license.</p>|'
.else
-SED_LICENSE_EXPR= -e 's|%%LICENSE%%||'
+SED_LICENSE_EXPR= -e 's|%%LICENSE%%||'
.endif
# set up the "more info URL" information as a sed expression
.if defined(HOMEPAGE)
-SED_HOMEPAGE_EXPR= -e 's|%%HOMEPAGE%%|<p>This package has a home page at <a HREF="${HOMEPAGE}">${HOMEPAGE}</a>.</p>|'
+SED_HOMEPAGE_EXPR= -e 's|%%HOMEPAGE%%|<p>This package has a home page at <a HREF="${HOMEPAGE}">${HOMEPAGE}</a>.</p>|'
.else
-SED_HOMEPAGE_EXPR= -e 's|%%HOMEPAGE%%||'
+SED_HOMEPAGE_EXPR= -e 's|%%HOMEPAGE%%||'
.endif
.PHONY: show-vulnerabilities-html
Home |
Main Index |
Thread Index |
Old Index