diff options
author | ade <ade@FreeBSD.org> | 2002-08-22 05:04:12 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2002-08-22 05:04:12 +0800 |
commit | 78ad7c59c6a70042f54309e063035618dcb75800 (patch) | |
tree | dbfe4ba8138134dc93de98bba3637400a66befa7 /databases/db3 | |
parent | 55d4379c29e5b51f0feadf1e09cf0026d573d855 (diff) | |
download | freebsd-ports-graphics-78ad7c59c6a70042f54309e063035618dcb75800.tar.gz freebsd-ports-graphics-78ad7c59c6a70042f54309e063035618dcb75800.tar.zst freebsd-ports-graphics-78ad7c59c6a70042f54309e063035618dcb75800.zip |
(1) Take over maintainership whilst unifying the Sleepycat ports
(2) Un-spam the 'Whom' line from a previous commit
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 0d712e1380f..d9fa7ea24fa 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 <ports@FreeBSD.org> +# Whom: Sergey Osokin aka oZZ <osa@FreeBSD.org.ru> # # $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= ports@FreeBSD.org +MAINTAINER= ade@FreeBSD.org WRKSRC= ${WRKDIR}/${DISTNAME}/build_unix |