diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-09-16 05:30:08 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-09-16 05:30:08 +0800 |
commit | 8c1b6df7e4c196b086822c5307e55ceaff9c6040 (patch) | |
tree | bff270f31d42ea2ac45171eab850602454d87ee4 /mail/contact-lookup-applet/Makefile | |
parent | 4087a3594c1de0614b672e94f2283ead9532aded (diff) | |
download | marcuscom-ports-8c1b6df7e4c196b086822c5307e55ceaff9c6040.tar marcuscom-ports-8c1b6df7e4c196b086822c5307e55ceaff9c6040.tar.gz marcuscom-ports-8c1b6df7e4c196b086822c5307e55ceaff9c6040.tar.bz2 marcuscom-ports-8c1b6df7e4c196b086822c5307e55ceaff9c6040.tar.lz marcuscom-ports-8c1b6df7e4c196b086822c5307e55ceaff9c6040.tar.xz marcuscom-ports-8c1b6df7e4c196b086822c5307e55ceaff9c6040.tar.zst marcuscom-ports-8c1b6df7e4c196b086822c5307e55ceaff9c6040.zip |
Update to 0.8.
Noticed by: Piotr Smyrak <piotr.smyrak@heron.pl> on freebsd-gnome@
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2856 df743ca5-7f9a-e211-a948-0013205c9059
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> |