diff options
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 \ |