diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-24 08:37:39 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-24 08:37:39 +0000 |
commit | 5b0bf6e9473d5a7b4db79c23510459af776397d9 (patch) | |
tree | 0a11ec9f927f2e31c43bdce978c89f883e003c8d /devel | |
parent | 0ca18c714399eea73198483524d2f38fb027ad43 (diff) | |
download | ports-5b0bf6e9473d5a7b4db79c23510459af776397d9.tar.gz ports-5b0bf6e9473d5a7b4db79c23510459af776397d9.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ccache/Makefile | 2 | ||||
-rw-r--r-- | devel/distcc/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/devel/ccache/Makefile b/devel/ccache/Makefile index 69b987c1c4a3..57918286d074 100644 --- a/devel/ccache/Makefile +++ b/devel/ccache/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 2.2 CATEGORIES= devel MASTER_SITES= http://ccache.samba.org/ftp/ccache/ -MAINTAINER= dominic.marks@btinternet.com +MAINTAINER= ports@FreeBSD.org COMMENT= A tool to minimize the compile time of C programs GNU_CONFIGURE= yes diff --git a/devel/distcc/Makefile b/devel/distcc/Makefile index 8c5652f038b9..9bfe82175372 100644 --- a/devel/distcc/Makefile +++ b/devel/distcc/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 2.9 CATEGORIES= devel MASTER_SITES= http://distcc.samba.org/ftp/distcc/ -MAINTAINER= dominic.marks@btinternet.com +MAINTAINER= ports@FreeBSD.org COMMENT= Distribute compilation of C(++) code acrosss machines on a network LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt |