diff options
Diffstat (limited to 'www/linux-opera-devel/Makefile')
-rw-r--r-- | www/linux-opera-devel/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/www/linux-opera-devel/Makefile b/www/linux-opera-devel/Makefile index b6fbec3ee9c2..720e7db5044a 100644 --- a/www/linux-opera-devel/Makefile +++ b/www/linux-opera-devel/Makefile @@ -7,11 +7,11 @@ PORTNAME= opera PKGNAMEPREFIX= linux- -OPERAVERSION= 6.0-20011122.1 +OPERAVERSION= 6.0-20011129.1 PORTVERSION= ${OPERAVERSION:S/-/./} CATEGORIES= www linux -MASTER_SITES= http://opera.online.no/linux/600/tp1/ \ - ftp://ftp.opera.com/pub/opera/linux/600/tp1/ +MASTER_SITES= http://opera.online.no/linux/600/tp2/ \ + ftp://ftp.opera.com/pub/opera/linux/600/tp2/ DISTNAME= ${PORTNAME}-${OPERAVERSION}-static_qt.i386 MAINTAINER= des@FreeBSD.org @@ -22,8 +22,6 @@ RUN_DEPENDS= ${LINUXBASE}/lib/ld.so:${PORTSDIR}/emulators/linux_base \ ONLY_FOR_ARCHS= i386 -NO_PACKAGE= "Beta software, do not distribute." - NO_BUILD= yes NO_FILTER_SHLIBS=yes @@ -38,7 +36,5 @@ do-install: --docdir=${DOCSDIR} \ --sharedir=${DATADIR} \ --plugindir=${DATADIR}/plugins ) - ${RM} -rf ${DATADIR}/uninst/rollback_${OPERAVERSION} - rmdir ${DATADIR}/uninst .include <bsd.port.mk> |