diff options
author | petef <petef@FreeBSD.org> | 2002-05-31 07:02:40 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2002-05-31 07:02:40 +0800 |
commit | 6c796ebf87bc43cde45428a1e685dd43ec4fb09d (patch) | |
tree | b9a175e0e9fd956560264ea2018013b200b1de2c /databases/db33/Makefile | |
parent | e9fc574a6f921aa4364cbd8429c029c3fdeac309 (diff) | |
download | freebsd-ports-gnome-6c796ebf87bc43cde45428a1e685dd43ec4fb09d.tar.gz freebsd-ports-gnome-6c796ebf87bc43cde45428a1e685dd43ec4fb09d.tar.zst freebsd-ports-gnome-6c796ebf87bc43cde45428a1e685dd43ec4fb09d.zip |
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/db33/Makefile')
-rw-r--r-- | databases/db33/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/db33/Makefile b/databases/db33/Makefile index 1aa1369e9358..b1e73be27e6f 100644 --- a/databases/db33/Makefile +++ b/databases/db33/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 |