diff options
author | pat <pat@FreeBSD.org> | 2002-08-08 02:06:21 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-08-08 02:06:21 +0800 |
commit | f12387702bf0fd98a41ef55818b6044dc91955d8 (patch) | |
tree | a7f51088f5ad8f5a80a8941d00755901c0093ce5 /misc/freedialog | |
parent | d5e0d29df6fbeb123f67c31e9567d0fe15209337 (diff) | |
download | freebsd-ports-gnome-f12387702bf0fd98a41ef55818b6044dc91955d8.tar.gz freebsd-ports-gnome-f12387702bf0fd98a41ef55818b6044dc91955d8.tar.zst freebsd-ports-gnome-f12387702bf0fd98a41ef55818b6044dc91955d8.zip |
Update maintainer email address and MASTER_SITES
PR: ports/41392, ports/41393, ports/41394, ports/41395
Submitted by: maintainer
Diffstat (limited to 'misc/freedialog')
-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 |