diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2003-06-06 23:22:52 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2003-06-06 23:22:52 +0000 |
commit | 5703c139fec2135f06b6a6c194b841662df9e3dd (patch) | |
tree | 83d6469a244e8470452e5c66bf2bdb830d6a73be /security | |
parent | 8647ee60c95fad8f55e0422c4c946b24c95d2288 (diff) |
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)
Notes
Notes:
svn path=/head/; revision=82406
Diffstat (limited to 'security')
-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 854cdc8d97fb..bccdc2c95e70 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 |