View | Details | Raw Unified | Return to bug 203496
Collapse All | Expand All

(-)Makefile (+1 lines)
Lines 5-10 Link Here
5
DISTVERSION=	40.0.3
5
DISTVERSION=	40.0.3
6
DISTVERSIONSUFFIX=.source
6
DISTVERSIONSUFFIX=.source
7
PORTEPOCH=	1
7
PORTEPOCH=	1
8
PORTREVISION=	1
8
CATEGORIES=	www ipv6
9
CATEGORIES=	www ipv6
9
MASTER_SITES=	MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \
10
MASTER_SITES=	MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \
10
		MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source
11
		MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source
(-)files/pkg-deinstall.in (+2 lines)
Lines 24-28 Link Here
24
rm -rf ${MOZDIR}/updates
24
rm -rf ${MOZDIR}/updates
25
find %%MOZDIR%%/plugins/ -depth 1 -type l -delete > /dev/null 2>&1
25
find %%MOZDIR%%/plugins/ -depth 1 -type l -delete > /dev/null 2>&1
26
find %%MOZDIR%%/extensions/ -depth 1 -type l -delete > /dev/null 2>&1
26
find %%MOZDIR%%/extensions/ -depth 1 -type l -delete > /dev/null 2>&1
27
rmdir ${MOZDIR}/chrome
28
rmdir ${MOZDIR}
27
29
28
exit 0
30
exit 0

Return to bug 203496