diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-05-23 15:11:55 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-05-23 15:11:55 +0000 |
commit | 0c62bdd3eb2602d82246b48d00578a175ce34fed (patch) | |
tree | 025f359cae803aedb0ff683716223418560540a6 /databases/db43 | |
parent | fc744259aaa66e04e88df6956183ad7ca24ff98b (diff) | |
download | ports-0c62bdd3eb2602d82246b48d00578a175ce34fed.tar.gz ports-0c62bdd3eb2602d82246b48d00578a175ce34fed.zip |
Notes
Diffstat (limited to 'databases/db43')
-rw-r--r-- | databases/db43/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/db43/Makefile b/databases/db43/Makefile index 7ca5e0386e44..e43c5948278a 100644 --- a/databases/db43/Makefile +++ b/databases/db43/Makefile @@ -1,6 +1,6 @@ # ports collection makefile for: Berkeley DB v4 # Date created: 16 August 2000 -# Whom: Sergey Osokin aka oZZ <ozz@FreeBSD.org.ru> +# Whom: Sergey Osokin aka oZZ <osa@FreeBSD.org.ru> # # $FreeBSD$ # @@ -14,7 +14,7 @@ MASTER_SITES= http://www.sleepycat.com/update/snapshot/ DISTNAME= db-${PORTVERSION} DIST_SUBDIR= bdb -MAINTAINER= ozz@FreeBSD.org.ru +MAINTAINER= osa@FreeBSD.org.ru #PATCH_SITES= ${MASTER_SITES} #PATCHFILES= patch.${PORTVERSION}.1 patch.${PORTVERSION}.2 |