diff options
author | R. Imura <imura@FreeBSD.org> | 1999-11-26 15:30:25 +0000 |
---|---|---|
committer | R. Imura <imura@FreeBSD.org> | 1999-11-26 15:30:25 +0000 |
commit | 42afb2332c8c66167a26f4ab1afa9b72e74ef0f8 (patch) | |
tree | f144a9a2538545350f9d6a813b8e18533b474839 /www | |
parent | Forgot to add this (diff) |
Maintainer's e-mail address has changed, and portlint.
PR: 15092
Submitted by: Maintainer
Notes
Notes:
svn path=/head/; revision=23340
Diffstat (limited to '')
-rw-r--r-- | www/web500gw/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/web500gw/Makefile b/www/web500gw/Makefile index 26a671123c38..e3312f7a07ad 100644 --- a/www/web500gw/Makefile +++ b/www/web500gw/Makefile @@ -13,9 +13,9 @@ MASTER_SITES= ftp://ftp.tu-chemnitz.de/pub/Local/urz/web500gw/ \ ftp://ftp.ntua.gr/pub/net/ldap/web500gw/ \ ftp://ftp.imms.de/pub/unix/networking/ldap/ -MAINTAINER= karl.dietz@triplan.com +MAINTAINER= Karl.Dietz@frankfurt.netsurf.de -BUILD_DEPENDS= ${PREFIX}/lib/libldap.a:${PORTSDIR}/net/openldap +BUILD_DEPENDS= ${LOCALBASE}/lib/libldap.a:${PORTSDIR}/net/openldap INSTDIR= ${PREFIX}/bin |