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.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/53567f395c3a
branches:  trunk
changeset: 503096:53567f395c3a
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Mon Nov 14 04:41:17 2005 +0000

description:
Removed trailing white-space.

diffstat:

 mk/bsd.pkg.mk        |  13 ++++++-------
 mk/bsd.pkg.subdir.mk |   8 ++++----
 2 files changed, 10 insertions(+), 11 deletions(-)

diffs (80 lines):

diff -r 31e6f0e06f77 -r 53567f395c3a mk/bsd.pkg.mk
--- a/mk/bsd.pkg.mk     Mon Nov 14 04:38:27 2005 +0000
+++ b/mk/bsd.pkg.mk     Mon Nov 14 04:41:17 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.pkg.mk,v 1.1747 2005/11/09 18:42:32 tv Exp $
+#      $NetBSD: bsd.pkg.mk,v 1.1748 2005/11/14 04:41:17 rillig Exp $
 #
 # This file is in the public domain.
 #
@@ -284,7 +284,7 @@
 .endfor
 
 CPPFLAGS+=     ${CPP_PRECOMP_FLAGS}
- 
+
 ALL_ENV+=      CC=${CC:Q}
 ALL_ENV+=      CFLAGS=${CFLAGS:M*:Q}
 ALL_ENV+=      CPPFLAGS=${CPPFLAGS:M*:Q}
@@ -677,8 +677,7 @@
 .endif # DIST_SUBDIR
 
 # Where to put distfiles that don't have any other master site
-MASTER_SITE_LOCAL?= \
-       ${MASTER_SITE_BACKUP:=LOCAL_PORTS/} \
+MASTER_SITE_LOCAL?=    ${MASTER_SITE_BACKUP:=LOCAL_PORTS/}
 
 ALLFILES?=     ${DISTFILES} ${PATCHFILES}
 CKSUMFILES?=   ${ALLFILES}
@@ -830,7 +829,7 @@
 .endif
 
 # If MANZ is defined, then we want the final man pages to be compressed.
-# If MANZ is not defined, then we want the final man pages to be 
+# If MANZ is not defined, then we want the final man pages to be
 # uncompressed.
 #
 # We need to figure out if during installation, we need either gunzip or
@@ -838,7 +837,7 @@
 # sets MANCOMPRESSED to "yes" or "no", then it's an indication to the
 # install code that the package itself installed the man pages either
 # compressed or uncompressed.  If a package sets MANCOMPRESSED_IF_MANZ,
-# then the package uses BSD-style makefiles, so we need to determine if 
+# then the package uses BSD-style makefiles, so we need to determine if
 # the BSD-style makefile causes the man pages to be compressed or not.
 #
 .if !defined(_MANCOMPRESSED)
@@ -4725,7 +4724,7 @@
        @\
        ${ECHO}                 >>${DESCR} ; \
        ${ECHO} "Homepage:"     >>${DESCR} ; \
-       ${ECHO} '${HOMEPAGE}'   >>${DESCR}      
+       ${ECHO} '${HOMEPAGE}'   >>${DESCR}
 .endif
 
 .include "../../mk/subst.mk"
diff -r 31e6f0e06f77 -r 53567f395c3a mk/bsd.pkg.subdir.mk
--- a/mk/bsd.pkg.subdir.mk      Mon Nov 14 04:38:27 2005 +0000
+++ b/mk/bsd.pkg.subdir.mk      Mon Nov 14 04:41:17 2005 +0000
@@ -1,9 +1,9 @@
-#      $NetBSD: bsd.pkg.subdir.mk,v 1.59 2005/11/09 18:48:33 erh Exp $
-#      Derived from: FreeBSD Id: bsd.port.subdir.mk,v 1.19 1997/03/09 23:10:56 wosch Exp 
+#      $NetBSD: bsd.pkg.subdir.mk,v 1.60 2005/11/14 04:44:25 rillig Exp $
+#      Derived from: FreeBSD Id: bsd.port.subdir.mk,v 1.19 1997/03/09 23:10:56 wosch Exp
 #      from: @(#)bsd.subdir.mk 5.9 (Berkeley) 2/1/91
 #
 # The include file <bsd.pkg.subdir.mk> contains the default targets
-# for building ports subdirectories. 
+# for building ports subdirectories.
 #
 #
 # +++ variables +++
@@ -21,7 +21,7 @@
 #              Creating README.html for package.
 #
 #      afterinstall, all, beforeinstall, build, checksum, clean,
-#      configure, deinstall, depend, describe, extract, fetch, fetch-list, 
+#      configure, deinstall, depend, describe, extract, fetch, fetch-list,
 #      install, package, readmes, realinstall, reinstall, tags,
 #      mirror-distfiles, bulk-install, bulk-package, ${PKG_MISC_TARGETS}
 #



Home | Main Index | Thread Index | Old Index