pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/opera remove opera-distinfo - it's superseded by g...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3274f399aa73
branches:  trunk
changeset: 536849:3274f399aa73
user:      jdolecek <jdolecek%pkgsrc.org@localhost>
date:      Wed Dec 26 20:32:59 2007 +0000

description:
remove opera-distinfo - it's superseded by generic emul-distinfo

diffstat:

 www/opera/Makefile |  17 +----------------
 1 files changed, 1 insertions(+), 16 deletions(-)

diffs (29 lines):

diff -r e765c610d4a7 -r 3274f399aa73 www/opera/Makefile
--- a/www/opera/Makefile        Wed Dec 26 19:39:41 2007 +0000
+++ b/www/opera/Makefile        Wed Dec 26 20:32:59 2007 +0000
@@ -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 @@
 .  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"



Home | Main Index | Thread Index | Old Index