summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorjdolecek <jdolecek>2007-12-26 20:32:59 +0000
committerjdolecek <jdolecek>2007-12-26 20:32:59 +0000
commit5c132471f6c5e1a3cc88c65bdd51d8a9b3810a31 (patch)
tree45e25746da4e649db8031a72e460f684cac6d281 /www
parent1c8f58df422d9f2ba8266db4f3473e5d9feb919a (diff)
downloadpkgsrc-5c132471f6c5e1a3cc88c65bdd51d8a9b3810a31.tar.gz
remove opera-distinfo - it's superseded by generic emul-distinfo
Diffstat (limited to 'www')
-rw-r--r--www/opera/Makefile17
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"