diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2001-11-27 17:49:16 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2001-11-27 17:49:16 +0000 |
commit | 71d5b1b067c6166eb29f8461a536d61e607004ac (patch) | |
tree | 199527648b4f5f1b4730c65ababf72c9ecbfc606 /www/linux-opera-devel | |
parent | 4553ae5b992d235c6327c5f59af2767bd1bbe06f (diff) | |
download | ports-71d5b1b067c6166eb29f8461a536d61e607004ac.tar.gz ports-71d5b1b067c6166eb29f8461a536d61e607004ac.zip |
Notes
Diffstat (limited to 'www/linux-opera-devel')
-rw-r--r-- | www/linux-opera-devel/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/linux-opera-devel/Makefile b/www/linux-opera-devel/Makefile index ad95314c77d5..b6fbec3ee9c2 100644 --- a/www/linux-opera-devel/Makefile +++ b/www/linux-opera-devel/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> |