diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2002-02-09 09:53:54 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2002-02-09 09:53:54 +0000 |
commit | 72fb55e19779cc6ee67f56365ca720e8328e7508 (patch) | |
tree | ac6d49a807a2e5cdde45b5f16f9da005496957ad /net/jwhois/Makefile | |
parent | 1b804d590e5d7caf077905932c03ac82b22a6c99 (diff) |
Notes
Diffstat (limited to 'net/jwhois/Makefile')
-rw-r--r-- | net/jwhois/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/jwhois/Makefile b/net/jwhois/Makefile index 6285ae78cc69..de6bb462d57d 100644 --- a/net/jwhois/Makefile +++ b/net/jwhois/Makefile @@ -6,7 +6,7 @@ # PORTNAME= jwhois -PORTVERSION= 3.0.1 +PORTVERSION= 3.1.0 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= jwhois @@ -22,6 +22,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${PREFIX}/include" LDFLAGS="-L${PREFIX}/lib" INSTALL_TARGET= install-strip +MANLANG= "" sv MAN1= jwhois.1 post-install: |