diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-02-14 10:20:40 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-02-14 10:20:40 +0000 |
commit | b08fd53595cbadb92a8bc09df3091e17e3c9b574 (patch) | |
tree | 6ae8d142384a433991cd07f52c88e317c7261a43 /net/sniffit/Makefile | |
parent | 6195f98c1f1797226ab2a09809a0eab38f351748 (diff) | |
download | ports-b08fd53595cbadb92a8bc09df3091e17e3c9b574.tar.gz ports-b08fd53595cbadb92a8bc09df3091e17e3c9b574.zip |
Notes
Diffstat (limited to 'net/sniffit/Makefile')
-rw-r--r-- | net/sniffit/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net/sniffit/Makefile b/net/sniffit/Makefile index 3c60a9dea5d0..675d131cc4e1 100644 --- a/net/sniffit/Makefile +++ b/net/sniffit/Makefile @@ -10,10 +10,12 @@ PORTNAME= sniffit PORTVERSION= 0.3.7b PORTREVISION= 2 CATEGORIES= net security -MASTER_SITES= http://reptile.rug.ac.be/~coder/sniffit/files/ +MASTER_SITES= http://reptile.rug.ac.be/~coder/sniffit/files/ \ + http://www.mavetju.org/download/adopted/ DISTNAME= sniffit.0.3.7.beta -PATCH_SITES= ${MASTER_SITE_DEBIAN_POOL} +PATCH_SITES= ${MASTER_SITE_DEBIAN_POOL} \ + http://www.mavetju.org/download/adopted/ PATCHFILES= sniffit_0.3.7.beta-10.diff.gz PATCH_DIST_STRIP= -p1 |