diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-11-24 23:43:44 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-11-24 23:43:44 +0000 |
commit | e45cfc925c078ee77be4a9583e5b3151c588d4d5 (patch) | |
tree | e5c323f538d5ec96f0f20638386fd1d8ca45385d /devel | |
parent | Update to ver 3.5.2 and revise COMMENT (diff) |
Update MASTER_SITES and set maintainer to ports@
PR: 15049
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=23307
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libU77/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/libU77/Makefile b/devel/libU77/Makefile index f7bb438da25b..084038c06fab 100644 --- a/devel/libU77/Makefile +++ b/devel/libU77/Makefile @@ -1,16 +1,16 @@ # New ports collection makefile for: libU77 # Version required: 2.6 # Date Created: 8 October 1998 -# Whom: Glenn Johnson +# Whom: Glenn Johnson <gjohnson@nola.srrc.usda.gov> # # $FreeBSD$ # DISTNAME= libU77-2.6 CATEGORIES= devel -MASTER_SITES= http://www.maths.unsw.EDU.AU/~norris/src/ +MASTER_SITES= http://flo.mech.eng.usyd.edu.au/norris/src/ -MAINTAINER= gjohnson@nola.srrc.usda.gov +MAINTAINER= ports@FreeBSD.org .include <bsd.port.pre.mk> |