diff options
author | edwin <edwin@FreeBSD.org> | 2008-05-29 21:32:29 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2008-05-29 21:32:29 +0800 |
commit | 852f2867239c7628651adebafdeb4e016f59415b (patch) | |
tree | 39e9e3d12231f57b60b1932eb44a6afb23c729c2 /net | |
parent | 3e93e20cd4ae353aef50196709ad90355260d086 (diff) | |
download | freebsd-ports-graphics-852f2867239c7628651adebafdeb4e016f59415b.tar.gz freebsd-ports-graphics-852f2867239c7628651adebafdeb4e016f59415b.tar.zst freebsd-ports-graphics-852f2867239c7628651adebafdeb4e016f59415b.zip |
[PATCH] net/sniffit: Fix make package while NOPORTDOCS is defined
Fix make package while NOPORTDOCS is defined.
PR: ports/124097
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
Diffstat (limited to 'net')
-rw-r--r-- | net/sniffit/Makefile | 2 | ||||
-rw-r--r-- | net/sniffit/pkg-plist | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net/sniffit/Makefile b/net/sniffit/Makefile index 82a962d2044..580a425e166 100644 --- a/net/sniffit/Makefile +++ b/net/sniffit/Makefile @@ -8,7 +8,7 @@ PORTNAME= sniffit PORTVERSION= 0.3.7b -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net security MASTER_SITES= http://www.mavetju.org/download/adopted/ DISTNAME= sniffit.0.3.7.beta diff --git a/net/sniffit/pkg-plist b/net/sniffit/pkg-plist index 300e9c05abd..fa598f50d0d 100644 --- a/net/sniffit/pkg-plist +++ b/net/sniffit/pkg-plist @@ -1,3 +1,3 @@ sbin/sniffit -share/doc/sniffit/README.FIRST -@dirrm share/doc/sniffit +%%PORTDOCS%%share/doc/sniffit/README.FIRST +%%PORTDOCS%%@dirrm share/doc/sniffit |