diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2007-12-26 20:32:59 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2007-12-26 20:32:59 +0000 |
commit | db2b18789b1ded095db4e28eb4e4c502c1e4635e (patch) | |
tree | 45e25746da4e649db8031a72e460f684cac6d281 /www/opera | |
parent | 419a394dc5ef72e287d6971f192505c9d47d8dc4 (diff) | |
download | pkgsrc-db2b18789b1ded095db4e28eb4e4c502c1e4635e.tar.gz |
remove opera-distinfo - it's superseded by generic emul-distinfo
Diffstat (limited to 'www/opera')
-rw-r--r-- | www/opera/Makefile | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/www/opera/Makefile b/www/opera/Makefile index aa1bf244cfe..bf89eb9cd03 100644 --- a/www/opera/Makefile +++ b/www/opera/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.78 2007/12/26 19:39:41 jdolecek Exp $ +# $NetBSD: Makefile,v 1.79 2007/12/26 20:32:59 jdolecek Exp $ DISTNAME= opera-${OPERA_PKG_VERSION:S/u/pl/} #PKGREVISION= 1 @@ -42,19 +42,4 @@ PLIST_SUBST+= OPERA_PKG_VERSION=${OPERA_PKG_VERSION:C/u.*//} . include "Makefile.plain" .endif -# regenerate distinfo for all ports supported by this package -.PHONY: opera-distinfo -opera-distinfo: - ( ${ECHO} '$$'NetBSD'$$'; \ - ${ECHO} ''; \ - _OPERA_OPSYS=NetBSD ${MAKE} distinfo 1>&2; \ - ${GREP} opera distinfo; \ - _OPERA_OPSYS=FreeBSD ${MAKE} distinfo 1>&2; \ - ${GREP} opera distinfo; \ - _OPERA_OPSYS=SunOS _OPERA_MACHINE_ARCH=sparc make distinfo 1>&2; \ - ${GREP} opera distinfo; \ - ) > distinfo.new - ${MV} -f distinfo.new distinfo - .include "../../mk/bsd.pkg.mk" -#.include "../../mk/bsd.pkg.subdir.mk" |