summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorrillig <rillig>2005-09-28 14:00:51 +0000
committerrillig <rillig>2005-09-28 14:00:51 +0000
commit4f4818487330b95cf8102fa4f98d56c4cfc7556a (patch)
tree5ad255a70ee940891b638de67d683900e8d97917 /www
parent4ebca4beb36fde1ff7582e2f319ce369c98ca2aa (diff)
downloadpkgsrc-4f4818487330b95cf8102fa4f98d56c4cfc7556a.tar.gz
Removed trailing white-space. Don't use the expanded RCS Id when
regenerating the distinfo file.
Diffstat (limited to 'www')
-rw-r--r--www/opera/Makefile7
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"