diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2000-07-27 05:40:55 +0000 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2000-07-27 05:40:55 +0000 |
commit | 954654d3f3b5cbe484d3dbbf33fdf2e3999d358f (patch) | |
tree | c4d92cde358e224d53d6cb613c3e1a53b8d61e65 /net/jwhois/pkg-plist | |
parent | f72d940416ff8594c65499525796d6625b9d03c0 (diff) | |
download | FreeBSD-ports-954654d3f3b5cbe484d3dbbf33fdf2e3999d358f.zip FreeBSD-ports-954654d3f3b5cbe484d3dbbf33fdf2e3999d358f.tar.gz |
Yet another whois client.
Submitted by: Makoto MATSUSHITA <matusita@jp.freebsd.org>
PR: ports/20135
Diffstat (limited to 'net/jwhois/pkg-plist')
-rw-r--r-- | net/jwhois/pkg-plist | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net/jwhois/pkg-plist b/net/jwhois/pkg-plist new file mode 100644 index 0000000..5f69e9a --- /dev/null +++ b/net/jwhois/pkg-plist @@ -0,0 +1,12 @@ +bin/jwhois +etc/jwhois.conf +@unexec install-info --delete %D/info/jwhois.info %D/info/dir +info/jwhois.info +@exec install-info %D/info/jwhois.info %D/info/dir +share/locale/sv/LC_MESSAGES/jwhois.mo +@unexec rmdir %D/share/locale/*/LC_MESSAGES 2>/dev/null || true +@unexec rmdir %D/share/locale/* 2>/dev/null || true +@unexec rmdir %D/share/locale 2>/dev/null || true +@unexec rm -f %D/var/jwhois/jwhois.db 2>/dev/null || true +@unexec rmdir %D/var/jwhois 2>/dev/null || true +@unexec rmdir %D/var 2>/dev/null || true |