diff options
Diffstat (limited to 'devel/astyle')
-rw-r--r-- | devel/astyle/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/astyle/Makefile b/devel/astyle/Makefile index 4ac22ea..cfd8e1b 100644 --- a/devel/astyle/Makefile +++ b/devel/astyle/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: astyle # Date created: 31 Jan 1999 -# Whom: Don Croyle <croyle@gelemna.ft-wayne.in.us> +# Whom: Don Croyle <croyle@gelemna.org> # # $FreeBSD$ # @@ -9,11 +9,11 @@ PORTNAME= astyle PORTVERSION= 1.11.6 CATEGORIES= devel textproc MASTER_SITES= ftp://astyle.sourceforge.net/pub/astyle/stable/src/\ - http://www.infonex.com/~dacroyle/freebsd/ + http://www.gelemna.org/ports/ DISTNAME= ${PORTNAME}_${PORTVERSION}_src EXTRACT_SUFX= .tgz -MAINTAINER= croyle@gelemna.ft-wayne.in.us +MAINTAINER= croyle@gelemna.org WRKSRC= ${WRKDIR}/astyle_1.11.6 |