diff options
Diffstat (limited to 'mail/contact-lookup-applet/Makefile')
-rw-r--r-- | mail/contact-lookup-applet/Makefile | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/mail/contact-lookup-applet/Makefile b/mail/contact-lookup-applet/Makefile index 81a1b8307..855277d93 100644 --- a/mail/contact-lookup-applet/Makefile +++ b/mail/contact-lookup-applet/Makefile @@ -6,18 +6,24 @@ # PORTNAME= contact -PORTVERSION= 0.6 +PORTVERSION= 0.8 CATEGORIES= mail gnome MASTER_SITES= http://www.burtonini.com/computing/ PKGNAMESUFFIX= -lookup-applet DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION} -MAINTAINER= kwm@rainbow-runner.nl +MAINTAINER= kwm@FreeBSD.org COMMENT= Gnome pannel applet for easy evolution contact book access USE_GMAKE= yes USE_X_PREFIX= yes GNU_CONFIGURE= yes -USE_GNOME= gnomehier gnomeprefix gnomehack gnomepanel evolutiondataserver +USE_REINPLACE= yes +USE_GNOME= gnomehier gnomeprefix gnomehack gnomepanel \ + evolutiondataserver gal2 + +post-patch: + @${REINPLACE_CMD} -e 's|mkdir}"|mkdir} -p"|g' \ + ${WRKSRC}/install-sh .include <bsd.port.mk> |