diff options
author | Rene Ladan <rene@FreeBSD.org> | 2013-07-09 21:39:21 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2013-07-09 21:39:21 +0000 |
commit | 742a5744dd3b5e4289fa78497111dd84e43f1362 (patch) | |
tree | 5cc473599f69784f894c2eb3be26f866c3446a67 /net/boinc-client | |
parent | 7c39c6f5c3681ba503be50ad079bfef07187257e (diff) | |
download | ports-742a5744dd3b5e4289fa78497111dd84e43f1362.tar.gz ports-742a5744dd3b5e4289fa78497111dd84e43f1362.zip |
Notes
Diffstat (limited to 'net/boinc-client')
-rw-r--r-- | net/boinc-client/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/net/boinc-client/Makefile b/net/boinc-client/Makefile index ac54471a3c7f..7a8ba0e52915 100644 --- a/net/boinc-client/Makefile +++ b/net/boinc-client/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: boinc -# Date created: 01 October 2004 -# Whom: J.R. Oldroyd <fbsd@opal.com> -# +# Created by: J.R. Oldroyd <fbsd@opal.com> # $FreeBSD$ -# PORTNAME= boinc-client PORTVERSION= 7.0.28 @@ -12,7 +8,7 @@ CATEGORIES= net MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= pav -MAINTAINER= ports@FreeBSD.org +MAINTAINER= rene@FreeBSD.org COMMENT= Berkeley Open Infrastructure for Network Computing client USE_XZ= yes |