mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
c331f8e106
Submitted by: Makoto MATSUSHITA <matusita@jp.freebsd.org> PR: ports/20135
13 lines
508 B
Plaintext
13 lines
508 B
Plaintext
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
|