pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/opera Removed trailing white-space. Don't use the ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f9a6a4f158f1
branches:  trunk
changeset: 499868:f9a6a4f158f1
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Wed Sep 28 14:00:51 2005 +0000

description:
Removed trailing white-space. Don't use the expanded RCS Id when
regenerating the distinfo file.

diffstat:

 www/opera/Makefile |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 27009f3e369b -r f9a6a4f158f1 www/opera/Makefile
--- a/www/opera/Makefile        Wed Sep 28 13:54:49 2005 +0000
+++ b/www/opera/Makefile        Wed Sep 28 14:00:51 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2005/09/28 12:33:10 rillig Exp $
+# $NetBSD: Makefile,v 1.44 2005/09/28 14:00:51 rillig Exp $
 
 DISTNAME=      opera-${OPERA_PKG_VERSION:S/u/pl/}
 CATEGORIES=    www
@@ -135,7 +135,8 @@
 
 # regenerate distinfo for all ports supported by this package
 opera-distinfo:
-       ( ${ECHO} '$$NetBSD: Makefile,v 1.43 2005/09/28 12:33:10 rillig Exp $$'; ${ECHO} ''; \
+       ( ${ECHO} '$$'NetBSD'$$';
+         ${ECHO} ''; \
        _OPERA_OPSYS=NetBSD ${MAKE} distinfo 1>&2; \
                ${GREP} opera distinfo; \
        _OPERA_OPSYS=FreeBSD ${MAKE} distinfo 1>&2; \
@@ -144,5 +145,5 @@
                ${GREP} opera distinfo; \
        ) > distinfo.new
        ${MV} -f distinfo.new distinfo
-       
+
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index