diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2002-10-08 12:10:37 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2002-10-08 12:10:37 +0000 |
commit | aeee54b1c1a2b53c1f7b994d43e55c48e8ec6eba (patch) | |
tree | 6f10d2e4c80cad5a438a1234ccc5a5fa7953d91b /devel/ccache | |
parent | Update to 0.52. (diff) |
Update maintainer address
PR: 43820
Submitted by: Dominic Marks <d.marks@students.umist.ac.uk>
Notes
Notes:
svn path=/head/; revision=67632
Diffstat (limited to 'devel/ccache')
-rw-r--r-- | devel/ccache/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/ccache/Makefile b/devel/ccache/Makefile index adbbba44bb07..81ab0b316d4c 100644 --- a/devel/ccache/Makefile +++ b/devel/ccache/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: ccache # Date created: 31/03/2002 -# Whom: Dominic Marks <dominic_marks@btinternet.com> +# Whom: Dominic Marks <d.marks@students.umist.ac.uk> # # $FreeBSD$ # @@ -10,7 +10,7 @@ PORTVERSION= 1.9 CATEGORIES= devel MASTER_SITES= http://ccache.samba.org/ftp/ccache/ -MAINTAINER= dominic_marks@btinternet.com +MAINTAINER= d.marks@students.umist.ac.uk GNU_CONFIGURE= yes MAN1= ccache.1 |