diff options
author | Makoto Matsushita <matusita@FreeBSD.org> | 2001-11-12 03:41:09 +0000 |
---|---|---|
committer | Makoto Matsushita <matusita@FreeBSD.org> | 2001-11-12 03:41:09 +0000 |
commit | 7924e205faa1d979ec969aea13dabd51ca16fa21 (patch) | |
tree | c71e75175648f7eb33d3146782b1f5d159e10016 /net/jwhois | |
parent | 05cc414626152ff41f32cfff6b1f8af979e6ea08 (diff) | |
download | ports-7924e205faa1d979ec969aea13dabd51ca16fa21.tar.gz ports-7924e205faa1d979ec969aea13dabd51ca16fa21.zip |
Notes
Diffstat (limited to 'net/jwhois')
-rw-r--r-- | net/jwhois/Makefile | 2 | ||||
-rw-r--r-- | net/jwhois/distinfo | 2 | ||||
-rw-r--r-- | net/jwhois/files/patch-aa | 14 |
3 files changed, 9 insertions, 9 deletions
diff --git a/net/jwhois/Makefile b/net/jwhois/Makefile index 6b528db882a8..6285ae78cc69 100644 --- a/net/jwhois/Makefile +++ b/net/jwhois/Makefile @@ -6,7 +6,7 @@ # PORTNAME= jwhois -PORTVERSION= 2.4.2 +PORTVERSION= 3.0.1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= jwhois diff --git a/net/jwhois/distinfo b/net/jwhois/distinfo index 7b39802339cd..5b1aeecc70c1 100644 --- a/net/jwhois/distinfo +++ b/net/jwhois/distinfo @@ -1 +1 @@ -MD5 (jwhois-2.4.2.tar.gz) = 36811017535386f3c598d2bbfde638e1 +MD5 (jwhois-3.0.1.tar.gz) = 036186fda42ecd6363bbbeba895b07b7 diff --git a/net/jwhois/files/patch-aa b/net/jwhois/files/patch-aa index dd86388b7f27..fa44556d25a5 100644 --- a/net/jwhois/files/patch-aa +++ b/net/jwhois/files/patch-aa @@ -1,11 +1,11 @@ ---- po/Makefile.in.in.dist Sat Nov 27 06:10:41 1999 -+++ po/Makefile.in.in Sat Jul 15 22:27:05 2000 -@@ -19,7 +19,7 @@ +--- po/Makefile.in.in.dist Wed Sep 26 05:41:17 2001 ++++ po/Makefile.in.in Mon Nov 12 11:29:29 2001 +@@ -23,7 +23,7 @@ prefix = @prefix@ exec_prefix = @exec_prefix@ - datadir = $(prefix)/@DATADIRNAME@ + datadir = @datadir@ -localedir = $(datadir)/locale +localedir = @localedir@ - gnulocaledir = $(prefix)/share/locale - gettextsrcdir = $(prefix)/share/gettext/po - subdir = po + gettextsrcdir = $(datadir)/gettext/po + + INSTALL = @INSTALL@ |