diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-11-10 14:11:50 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-11-10 14:11:50 +0000 |
commit | a2c341327147731e86118a26cccbbf0245d5b9c3 (patch) | |
tree | f598125d0513f4151c330ea37f014b2ec9c2ccb0 /net/whois | |
parent | 3a88783192ab7a9cbe975137748313f2a85bacbd (diff) | |
download | ports-a2c341327147731e86118a26cccbbf0245d5b9c3.tar.gz ports-a2c341327147731e86118a26cccbbf0245d5b9c3.zip |
Notes
Diffstat (limited to 'net/whois')
-rw-r--r-- | net/whois/Makefile | 2 | ||||
-rw-r--r-- | net/whois/distinfo | 2 | ||||
-rw-r--r-- | net/whois/pkg-plist | 32 |
3 files changed, 17 insertions, 19 deletions
diff --git a/net/whois/Makefile b/net/whois/Makefile index 73a9e7e668f1..d206b98e3cfa 100644 --- a/net/whois/Makefile +++ b/net/whois/Makefile @@ -6,7 +6,7 @@ # PORTNAME= whois -PORTVERSION= 4.6.7 +PORTVERSION= 4.6.8 CATEGORIES= net MASTER_SITES= http://www.linux.it/~md/software/ DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/net/whois/distinfo b/net/whois/distinfo index 2435f366bbd6..030641bf9d44 100644 --- a/net/whois/distinfo +++ b/net/whois/distinfo @@ -1 +1 @@ -MD5 (whois_4.6.7.tar.gz) = 36929e69816f0d9a938057c700fdfbc6 +MD5 (whois_4.6.8.tar.gz) = c318f9a35d845df1c5804cdef2041cff diff --git a/net/whois/pkg-plist b/net/whois/pkg-plist index 5cd3344ae851..d4b98acb1367 100644 --- a/net/whois/pkg-plist +++ b/net/whois/pkg-plist @@ -6,20 +6,18 @@ share/locale/fr/LC_MESSAGES/whois.mo share/locale/it/LC_MESSAGES/whois.mo share/locale/no/LC_MESSAGES/whois.mo share/locale/pl/LC_MESSAGES/whois.mo -@dirrm share/nls/en_US.US-ASCII -@dirrm share/nls/POSIX -@dirrm share/locale/pl/LC_MESSAGES -@dirrm share/locale/pl -@dirrm share/locale/no/LC_MESSAGES -@dirrm share/locale/no -@dirrm share/locale/it/LC_MESSAGES -@dirrm share/locale/it -@dirrm share/locale/fr/LC_MESSAGES -@dirrm share/locale/fr -@dirrm share/locale/es/LC_MESSAGES -@dirrm share/locale/es -@dirrm share/locale/el/LC_MESSAGES -@dirrm share/locale/el -@dirrm share/locale/de/LC_MESSAGES -@dirrm share/locale/de -@dirrm share/locale +@unexec rmdir %D/share/locale/pl/LC_MESSAGES 2>/dev/null || true +@unexec rmdir %D/share/locale/pl 2>/dev/null || true +@unexec rmdir %D/share/locale/no/LC_MESSAGES 2>/dev/null || true +@unexec rmdir %D/share/locale/no 2>/dev/null || true +@unexec rmdir %D/share/locale/it/LC_MESSAGES 2>/dev/null || true +@unexec rmdir %D/share/locale/it 2>/dev/null || true +@unexec rmdir %D/share/locale/fr/LC_MESSAGES 2>/dev/null || true +@unexec rmdir %D/share/locale/fr 2>/dev/null || true +@unexec rmdir %D/share/locale/es/LC_MESSAGES 2>/dev/null || true +@unexec rmdir %D/share/locale/es 2>/dev/null || true +@unexec rmdir %D/share/locale/el/LC_MESSAGES 2>/dev/null || true +@unexec rmdir %D/share/locale/el 2>/dev/null || true +@unexec rmdir %D/share/locale/de/LC_MESSAGES 2>/dev/null || true +@unexec rmdir %D/share/locale/de 2>/dev/null || true +@unexec rmdir %D/share/locale 2>/dev/null || true |