diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-08-07 18:06:21 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-08-07 18:06:21 +0000 |
commit | c16aec7f89a76cdd672f9e980dc2a1ad91b85423 (patch) | |
tree | ece747853a811fe0cce984283eef79377a8433df /misc | |
parent | add MASTER_SITE_SOURCEFORGE to master site (diff) |
Update maintainer email address and MASTER_SITES
PR: ports/41392, ports/41393, ports/41394, ports/41395
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=64160
Diffstat (limited to 'misc')
-rw-r--r-- | misc/freedialog/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/misc/freedialog/Makefile b/misc/freedialog/Makefile index b7fa5b3ab947..272134b12510 100644 --- a/misc/freedialog/Makefile +++ b/misc/freedialog/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: freedialog # Date created: 30 October 1999 -# Whom: James Howard <howardj@wam.umd.edu> +# Whom: James Howard <ports@vocito.com> # # $FreeBSD$ # @@ -8,14 +8,13 @@ PORTNAME= freedialog PORTVERSION= 0.3 CATEGORIES= misc -MASTER_SITES= ftp://ftp.wam.umd.edu/pub/howardjp/software/dialog/ \ - http://www.wam.umd.edu/~howardjp/software/dialog/ \ - ftp://dragon.ham.muohio.edu/pub/howardjp/software/dialog/ +MASTER_SITES= http://www.vocito.com/downloads/software/dialog/ \ + ftp://ftp.vocito.com/pub/vocito.com/software/dialog/ DISTNAME= dialog-${PORTVERSION} -MAINTAINER= howardjp@wam.umd.edu +MAINTAINER= ports@vocito.com -BUILD_DEPENDS= ${PREFIX}/lib/libiberty.so:${PORTSDIR}/devel/freelibiberty +BUILD_DEPENDS= ${LOCALBASE}/lib/libiberty.so:${PORTSDIR}/devel/freelibiberty MAN1= dialog.1 |