diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/jwhois/Makefile | 2 | ||||
-rw-r--r-- | net/jwhois/pkg-plist | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/net/jwhois/Makefile b/net/jwhois/Makefile index 69729c5c2137..cd6451daf9b7 100644 --- a/net/jwhois/Makefile +++ b/net/jwhois/Makefile @@ -7,7 +7,7 @@ PORTNAME= jwhois PORTVERSION= 3.2.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= jwhois diff --git a/net/jwhois/pkg-plist b/net/jwhois/pkg-plist index 7c77a4c73d72..c9eabb3bd1d7 100644 --- a/net/jwhois/pkg-plist +++ b/net/jwhois/pkg-plist @@ -18,4 +18,5 @@ etc/jwhois.conf.sample @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 -@unexec rmdir -p %D/man/sv/man1 2>/dev/null || true +@unexec rmdir %D/man/sv/man1 2>/dev/null || true +@unexec rmdir %D/man/sv 2>/dev/null || true |