diff options
author | edwin <edwin@FreeBSD.org> | 2003-05-22 04:03:53 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-05-22 04:03:53 +0000 |
commit | ab84fedb3fde58b83be5ee19f3d078cbfb2b6517 (patch) | |
tree | cfbea4126fc1d67ea5eacb5d392863a9dd8e9c9e /security | |
parent | 992fefa36c83c45e420b820af443f4c88e3e87c0 (diff) | |
download | FreeBSD-ports-ab84fedb3fde58b83be5ee19f3d078cbfb2b6517.zip FreeBSD-ports-ab84fedb3fde58b83be5ee19f3d078cbfb2b6517.tar.gz |
PATCH of Makefile for ports/security/labrea port
PATCH update for the security port labrea Makefile. Just
changed the MASTER_SITES to point to the new download site.
PR: ports/52537
Maintainer: Nick Rogness <nick@rogness.net>
Diffstat (limited to 'security')
-rw-r--r-- | security/labrea/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/labrea/Makefile b/security/labrea/Makefile index 214c4c7..b2f34ed 100644 --- a/security/labrea/Makefile +++ b/security/labrea/Makefile @@ -8,7 +8,7 @@ PORTNAME= LaBrea PORTVERSION= 2.3 CATEGORIES= security -MASTER_SITES= http://www.hackbusters.net/LaBrea/ +MASTER_SITES= http://freebsd.rogness.net/ports/labrea/ DISTNAME= LaBrea${PORTVERSION:S/./_/g} EXTRACT_SUFX= .tgz |