diff options
author | matusita <matusita@FreeBSD.org> | 2004-12-19 09:59:07 +0800 |
---|---|---|
committer | matusita <matusita@FreeBSD.org> | 2004-12-19 09:59:07 +0800 |
commit | 9c018d7bece61553e264403392e8e867fdb8d0f5 (patch) | |
tree | 88eed65ef9cba93b73b2b991efc382d214340768 /net/jwhois | |
parent | 1f3c4c6b0b5f3efda14f029a7b4c125bdb16f359 (diff) | |
download | freebsd-ports-gnome-9c018d7bece61553e264403392e8e867fdb8d0f5.tar.gz freebsd-ports-gnome-9c018d7bece61553e264403392e8e867fdb8d0f5.tar.zst freebsd-ports-gnome-9c018d7bece61553e264403392e8e867fdb8d0f5.zip |
Be sure to remove directories which this port digs. No binary/documents
are changed, but bump PORTREVISION to fix installed +CONTENTS file.
Submitted by: kris (via pointyhat)
Diffstat (limited to 'net/jwhois')
-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 |