aboutsummaryrefslogtreecommitdiff
path: root/www/linux-opera
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2001-11-27 17:49:16 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2001-11-27 17:49:16 +0000
commit71d5b1b067c6166eb29f8461a536d61e607004ac (patch)
tree199527648b4f5f1b4730c65ababf72c9ecbfc606 /www/linux-opera
parent4553ae5b992d235c6327c5f59af2767bd1bbe06f (diff)
downloadports-71d5b1b067c6166eb29f8461a536d61e607004ac.tar.gz
ports-71d5b1b067c6166eb29f8461a536d61e607004ac.zip
Pander to the backseat drivers.
Notes
Notes: svn path=/head/; revision=50655
Diffstat (limited to 'www/linux-opera')
-rw-r--r--www/linux-opera/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/linux-opera/Makefile b/www/linux-opera/Makefile
index ad95314c77d5..b6fbec3ee9c2 100644
--- a/www/linux-opera/Makefile
+++ b/www/linux-opera/Makefile
@@ -7,12 +7,12 @@
PORTNAME= opera
PKGNAMEPREFIX= linux-
-PORTVERSION= 6.0-20011122.1
-PORTREVISION= 1
+OPERAVERSION= 6.0-20011122.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/
-DISTNAME= ${PORTNAME}-${PORTVERSION}-static_qt.i386
+DISTNAME= ${PORTNAME}-${OPERAVERSION}-static_qt.i386
MAINTAINER= des@FreeBSD.org
@@ -38,7 +38,7 @@ do-install:
--docdir=${DOCSDIR} \
--sharedir=${DATADIR} \
--plugindir=${DATADIR}/plugins )
- rmdir ${DATADIR}/uninst/rollback_${PORTVERSION}
+ ${RM} -rf ${DATADIR}/uninst/rollback_${OPERAVERSION}
rmdir ${DATADIR}/uninst
.include <bsd.port.mk>