From bad562b6af9c2609ca8a4018c36f250ce475ddd9 Mon Sep 17 00:00:00 2001 From: ahze Date: Fri, 11 Nov 2005 09:03:26 +0000 Subject: - Actually use pkg-deinstall git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5106 df743ca5-7f9a-e211-a948-0013205c9059 --- www/seamonkey/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'www/seamonkey') diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile index 99f5aae91..ca7e55e35 100644 --- a/www/seamonkey/Makefile +++ b/www/seamonkey/Makefile @@ -3,7 +3,7 @@ # Whom: eivind/dima/jseger # # $FreeBSD$ -# $MCom: ports/www/seamonkey/Makefile,v 1.25 2005/11/11 04:11:02 ahze Exp $ +# $MCom: ports/www/seamonkey/Makefile,v 1.26 2005/11/11 08:00:02 ahze Exp $ # PORTNAME?= seamonkey @@ -26,6 +26,7 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ nss3:${PORTSDIR}/security/nss \ svg-cairo.1:${PORTSDIR}/graphics/libsvg-cairo +PKGDEINSTALL= ${WRKDIR}/pkg-deinstall WRKSRC= ${WRKDIR}/mozilla MOZILLA?= seamonkey MOZ_SUFX?= # empty (for now) @@ -201,6 +202,8 @@ CONFIGURE_ENV+= WITH_OPTIMIZE=-O .endif post-patch: + @${SED} -e 's|%%MOZDIR%%|${PREFIX}/lib/${PORTNAME}|g' \ + < ${MASTERDIR}/pkg-deinstall.in > ${PKGDEINSTALL} @${REINPLACE_CMD} -e 's/%{idldir}/%idldir%/g ; \ s|"%FULL_NSPR_CFLAGS%"|`nspr-config --cflags`|g ; \ s|"%FULL_NSPR_LIBS%"|`nspr-config --libs`|g' \ -- cgit v1.2.3