diff options
author | Makoto Matsushita <matusita@FreeBSD.org> | 2004-12-19 01:59:07 +0000 |
---|---|---|
committer | Makoto Matsushita <matusita@FreeBSD.org> | 2004-12-19 01:59:07 +0000 |
commit | 111c8ce3c18f9d9d100a63d270ff1873e320c5c9 (patch) | |
tree | 86c8536ea83f5b051be56de95d213f92c51698fb | |
parent | Switch from FORBIDDEN to IGNORE, since no security issue seems to be stated. (diff) |
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)
Notes
Notes:
svn path=/head/; revision=124459
-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 |