diff options
author | rillig <rillig@pkgsrc.org> | 2005-09-28 12:26:54 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-09-28 12:26:54 +0000 |
commit | 9705fc9bc4e2af478242debaf889fde6ddedf4eb (patch) | |
tree | 1abb90bc94d1b38e1223fe5c028afaf6a7cd5bd7 /www/opera | |
parent | a3cede0c84fd51d134835ee086586786184e1ca0 (diff) | |
download | pkgsrc-9705fc9bc4e2af478242debaf889fde6ddedf4eb.tar.gz |
Fixed pkglint warnings.
Diffstat (limited to 'www/opera')
-rw-r--r-- | www/opera/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/opera/Makefile b/www/opera/Makefile index 5ea0e64bae5..79ea697740e 100644 --- a/www/opera/Makefile +++ b/www/opera/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.42 2005/09/22 21:50:03 jdolecek Exp $ +# $NetBSD: Makefile,v 1.43 2005/09/28 12:33:10 rillig Exp $ DISTNAME= opera-${OPERA_PKG_VERSION:S/u/pl/} -PKGREVISION= # empty CATEGORIES= www MASTER_SITES= http://www.panix.com/opera/files/${OPERA_DIR}/ \ ftp://ftp.hu-berlin.de/pub/www/opera/${OPERA_DIR}/ \ @@ -136,7 +135,7 @@ post-install: # regenerate distinfo for all ports supported by this package opera-distinfo: - ( ${ECHO} '$$NetBSD: Makefile,v 1.42 2005/09/22 21:50:03 jdolecek Exp $$'; ${ECHO} ''; \ + ( ${ECHO} '$$NetBSD: Makefile,v 1.43 2005/09/28 12:33:10 rillig Exp $$'; ${ECHO} ''; \ _OPERA_OPSYS=NetBSD ${MAKE} distinfo 1>&2; \ ${GREP} opera distinfo; \ _OPERA_OPSYS=FreeBSD ${MAKE} distinfo 1>&2; \ |