diff options
author | erwin <erwin@FreeBSD.org> | 2003-06-07 07:22:52 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2003-06-07 07:22:52 +0800 |
commit | 46dbc8124ea9b3388a3bddd2ac2a678de9f45508 (patch) | |
tree | f77f29952a4cf1b7bd44a558f4b32bad0d9b5237 /security/swatch | |
parent | 9a3d711c8617e58b85ffc1c34261c1f657e42ebb (diff) | |
download | freebsd-ports-graphics-46dbc8124ea9b3388a3bddd2ac2a678de9f45508.tar.gz freebsd-ports-graphics-46dbc8124ea9b3388a3bddd2ac2a678de9f45508.tar.zst freebsd-ports-graphics-46dbc8124ea9b3388a3bddd2ac2a678de9f45508.zip |
swatch has moved to source forge. Below is a simple patch to update the
security/swatch port to reflect this change
PR: 53002
Submitted by: maintainer
Approved by: edwin (mentor)
Diffstat (limited to 'security/swatch')
-rw-r--r-- | security/swatch/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/swatch/Makefile b/security/swatch/Makefile index 854cdc8d97f..bccdc2c95e7 100644 --- a/security/swatch/Makefile +++ b/security/swatch/Makefile @@ -8,8 +8,8 @@ PORTNAME= swatch PORTVERSION= 3.0.4 CATEGORIES= security sysutils -MASTER_SITES= ftp://ftp.stanford.edu/general/security-tools/swatch/ \ - http://www.oit.ucsb.edu/~eta/swatch/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= swatch MAINTAINER= joseph@randomnetworks.com COMMENT= The Simple WATCHer and filter |