diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-05-22 04:03:53 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-05-22 04:03:53 +0000 |
commit | 8b663b166bb7ea5330e8dbcecf8c9b44a909c69c (patch) | |
tree | fcd4c6a303550a855820cbcc06af6c0c567894fc /security/labrea | |
parent | 9545df8d94a6abb4f90c59b7f3d0fff5692d7788 (diff) | |
download | ports-8b663b166bb7ea5330e8dbcecf8c9b44a909c69c.tar.gz ports-8b663b166bb7ea5330e8dbcecf8c9b44a909c69c.zip |
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>
Notes
Notes:
svn path=/head/; revision=81662
Diffstat (limited to 'security/labrea')
-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 214c4c7d06e2..b2f34edc8927 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 |