1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Do not run uninstall-opera if it exists or it will uninstall www/opera. Remove

the CONFLICTS with www/opera.

Reported by:	itetcu
This commit is contained in:
Jeremy Messenger 2010-10-01 02:21:02 +00:00
parent 0d5e39c89e
commit 7461285dab
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=262221
2 changed files with 4 additions and 6 deletions

View File

@ -25,8 +25,6 @@ DISTNAME= ${PORTNAME}-${OPERA_VER}-${OPERA_BUILD}.i386.linux
MAINTAINER= mezz@FreeBSD.org
COMMENT= A blazingly fast, full-featured, standards-compliant browser
CONFLICTS= opera-[0-9]* # removes installed www/opera's file on make install
RUN_DEPENDS= update-mime-database:${PORTSDIR}/misc/shared-mime-info
USE_BZIP2= yes
@ -102,7 +100,8 @@ post-patch:
s|opera-widget-manager)|${UNIQUENAME}-widget-manager)|g ; \
s|^.*rmdir.*mime/packages.*||g ; \
s|^.*GX - bin/uninstall-opera@.*||g ; \
s|[$$]tempdir/damaged|${WRKSRC}/damaged|g' \
s|[$$]tempdir/damaged|${WRKSRC}/damaged|g ; \
s|PREFIX/bin/uninstall-opera|PREFIX/bin/disabled-opera|g' \
${WRKSRC}/install
@${REINPLACE_CMD} -e '/^Name/s|$$| (Linux version)|g ; \
/Exec/s|opera|${UNIQUENAME}|g ; \

View File

@ -25,8 +25,6 @@ DISTNAME= ${PORTNAME}-${OPERA_VER}-${OPERA_BUILD}.i386.linux
MAINTAINER= mezz@FreeBSD.org
COMMENT= A blazingly fast, full-featured, standards-compliant browser
CONFLICTS= opera-[0-9]* # removes installed www/opera's file on make install
RUN_DEPENDS= update-mime-database:${PORTSDIR}/misc/shared-mime-info
USE_BZIP2= yes
@ -102,7 +100,8 @@ post-patch:
s|opera-widget-manager)|${UNIQUENAME}-widget-manager)|g ; \
s|^.*rmdir.*mime/packages.*||g ; \
s|^.*GX - bin/uninstall-opera@.*||g ; \
s|[$$]tempdir/damaged|${WRKSRC}/damaged|g' \
s|[$$]tempdir/damaged|${WRKSRC}/damaged|g ; \
s|PREFIX/bin/uninstall-opera|PREFIX/bin/disabled-opera|g' \
${WRKSRC}/install
@${REINPLACE_CMD} -e '/^Name/s|$$| (Linux version)|g ; \
/Exec/s|opera|${UNIQUENAME}|g ; \