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
commit303a9d0a5f87f81b7517a76bf7ca5d7e8de614e2 (patch)
tree45e25746da4e649db8031a72e460f684cac6d281 /www
parenta1ba07f26e628dd9f1434963d345054e1151b37e (diff)
downloadpkgsrc-303a9d0a5f87f81b7517a76bf7ca5d7e8de614e2.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"