diff options
author | petef <petef@FreeBSD.org> | 2002-05-30 23:02:40 +0000 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2002-05-30 23:02:40 +0000 |
commit | 6c796ebf87bc43cde45428a1e685dd43ec4fb09d (patch) | |
tree | b9a175e0e9fd956560264ea2018013b200b1de2c /databases/db3 | |
parent | e9fc574a6f921aa4364cbd8429c029c3fdeac309 (diff) | |
download | FreeBSD-ports-6c796ebf87bc43cde45428a1e685dd43ec4fb09d.zip FreeBSD-ports-6c796ebf87bc43cde45428a1e685dd43ec4fb09d.tar.gz |
Sadly reset maintainership to ports@FreeBSD.org. Sergey, thanks for
your hard work on these & I hope to see you contribute more.
PR: 38750
Submitted by: Sergey A.Osokin <osa@FreeBSD.org.ru> (previous maintainer)
Diffstat (limited to 'databases/db3')
-rw-r--r-- | databases/db3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/db3/Makefile b/databases/db3/Makefile index 1aa1369..b1e73be 100644 --- a/databases/db3/Makefile +++ b/databases/db3/Makefile @@ -1,6 +1,6 @@ # ports collection makefile for: Berkeley DB v3 # Date created: 16 August 2000 -# Whom: Sergey Osokin aka oZZ <osa@FreeBSD.org.ru> +# Whom: Sergey Osokin aka oZZ <ports@FreeBSD.org> # # $FreeBSD$ # @@ -18,7 +18,7 @@ PATCH_SITES= http://www.sleepycat.com/update/${PORTVERSION}/ PATCHFILES= patch.${PORTVERSION}.1 patch.${PORTVERSION}.2 PATCH_DIST_STRIP= -d ${WRKDIR}/${DISTNAME} -MAINTAINER= osa@FreeBSD.org.ru +MAINTAINER= ports@FreeBSD.org WRKSRC= ${WRKDIR}/${DISTNAME}/build_unix |