diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-08-16 06:29:33 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-08-16 06:29:33 +0000 |
commit | 9b723911947e7dc8caa66cc2955d152bf78e1033 (patch) | |
tree | 620cfd86cec549509b57d73cbba000f541318228 /editors/joe/Makefile | |
parent | 429311dff9f793cf52f6bf9363fd5af83e2a5db6 (diff) |
Notes
Diffstat (limited to 'editors/joe/Makefile')
-rw-r--r-- | editors/joe/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/joe/Makefile b/editors/joe/Makefile index 8c72efad6a0e..3927f6c9c0ba 100644 --- a/editors/joe/Makefile +++ b/editors/joe/Makefile @@ -6,7 +6,7 @@ # PORTNAME= joe -PORTVERSION= 3.3 +PORTVERSION= 3.5 PORTEPOCH= 1 CATEGORIES+= editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} @@ -31,6 +31,8 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ ALL_TARGET= ${PORTNAME} MAN1= ${PORTNAME}.1 +MANLANG= "" ru + .include <bsd.port.pre.mk> post-install: |