diff options
author | marcus <marcus@FreeBSD.org> | 2003-04-04 15:42:23 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-04-04 15:42:23 +0800 |
commit | 712b581514410bd45ae6200ee14840c947101886 (patch) | |
tree | 90cd3a113b93431da4e351bb5e34276cd9d58614 /net-im/gnomeicu/Makefile | |
parent | 7759fd7e4ac485e8cac17f3b34a85ed2b390b8e4 (diff) | |
download | freebsd-ports-gnome-712b581514410bd45ae6200ee14840c947101886.tar.gz freebsd-ports-gnome-712b581514410bd45ae6200ee14840c947101886.tar.zst freebsd-ports-gnome-712b581514410bd45ae6200ee14840c947101886.zip |
Update to 0.99.
Diffstat (limited to 'net-im/gnomeicu/Makefile')
-rw-r--r-- | net-im/gnomeicu/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-im/gnomeicu/Makefile b/net-im/gnomeicu/Makefile index eb5d53d77d9b..cbebd56d195b 100644 --- a/net-im/gnomeicu/Makefile +++ b/net-im/gnomeicu/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gnomeicu2 -PORTVERSION= 0.98.126 -PORTREVISION= 2 +PORTVERSION= 0.99 CATEGORIES= net gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gnomeicu @@ -55,5 +54,7 @@ post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g ; \ s|gnet|gnet-glib2|g' ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|GNOME_PARAM_GNOME_DATADIR|GNOME_PARAM_APP_DATADIR|g' \ + ${WRKSRC}/src/gnomeicu.c .include <bsd.port.mk> |