diff options
author | Vsevolod Stakhov <vsevolod@FreeBSD.org> | 2005-08-28 14:36:38 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@FreeBSD.org> | 2005-08-28 14:36:38 +0000 |
commit | 810af87cea736a57458093682e181e0b19543fbd (patch) | |
tree | 8baac279d9208ac42f67cb3c09ed4dfaa66724e4 /net-im/gajim/Makefile | |
parent | 878065bb85fab3bd6cddd9237315bdcbcacb17a7 (diff) |
Notes
Diffstat (limited to 'net-im/gajim/Makefile')
-rw-r--r-- | net-im/gajim/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-im/gajim/Makefile b/net-im/gajim/Makefile index bfc32feb09a5..4a3af69e859d 100644 --- a/net-im/gajim/Makefile +++ b/net-im/gajim/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gajim -PORTVERSION= 0.7.1 +PORTVERSION= 0.8 CATEGORIES= net MASTER_SITES= http://www.gajim.org/downloads/ @@ -26,7 +26,8 @@ MAKE_ENV+= PY_CFLAGS=-I${PYTHON_INCLUDEDIR} \ PY_PREFIX=${LOCALBASE} \ CC=${CC} LDFLAGS=-L${LOCALBASE}/lib -MAN1= gajim.1 +MAN1= gajim.1 \ + gajim-remote.1 post-patch: @${REINPLACE_CMD} -e \ |