diff options
author | rillig <rillig@pkgsrc.org> | 2005-09-28 14:00:51 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-09-28 14:00:51 +0000 |
commit | 7d75bf9440ded5e9ca9ed5778ef0f20bfca29f88 (patch) | |
tree | 5ad255a70ee940891b638de67d683900e8d97917 /www/opera | |
parent | 483854905f7a2ee56559bd57c0079095424be0a1 (diff) | |
download | pkgsrc-7d75bf9440ded5e9ca9ed5778ef0f20bfca29f88.tar.gz |
Removed trailing white-space. Don't use the expanded RCS Id when
regenerating the distinfo file.
Diffstat (limited to 'www/opera')
-rw-r--r-- | www/opera/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/www/opera/Makefile b/www/opera/Makefile index 79ea697740e..98beb5ec739 100644 --- a/www/opera/Makefile +++ b/www/opera/Makefile @@ -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 @@ post-install: # 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 @@ opera-distinfo: ${GREP} opera distinfo; \ ) > distinfo.new ${MV} -f distinfo.new distinfo - + .include "../../mk/bsd.pkg.mk" |