diff options
author | linimon <linimon@FreeBSD.org> | 2007-01-24 07:23:23 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-01-24 07:23:23 +0800 |
commit | 963ad38e1b9f6e892bd5836d2aa3364451780e5d (patch) | |
tree | 8444a3832a9fee748046438e4abe8da2451ed8f7 /net | |
parent | ad5b31dd60661c6b1d1301956e7043336d0205a8 (diff) | |
download | freebsd-ports-gnome-963ad38e1b9f6e892bd5836d2aa3364451780e5d.tar.gz freebsd-ports-gnome-963ad38e1b9f6e892bd5836d2aa3364451780e5d.tar.zst freebsd-ports-gnome-963ad38e1b9f6e892bd5836d2aa3364451780e5d.zip |
Reset maintainer at his request. While here, pacify portlint a little.
Hat: portmgr
Diffstat (limited to 'net')
-rw-r--r-- | net/ldapsdk/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/ldapsdk/Makefile b/net/ldapsdk/Makefile index 3927d7dde8cd..651c7075912b 100644 --- a/net/ldapsdk/Makefile +++ b/net/ldapsdk/Makefile @@ -11,10 +11,9 @@ PORTREVISION= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_MOZILLA} MASTER_SITE_SUBDIR= directory/c-sdk/ldap - DISTNAME= ldapsdk_12311998 -MAINTAINER= paul@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Mozilla LDAP sdk WRKSRC= ${WRKDIR}/mozilla @@ -56,7 +55,7 @@ do-install: post-install: @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib - @echo + @echo @echo 'PLEASE NOTE (2000/8/23):' @echo ' The mozilla lber and ldap libraries now are installed' @echo ' with the names mozlber and mozldap.' |