diff options
author | Doug Barton <dougb@FreeBSD.org> | 2012-10-08 10:38:47 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2012-10-08 10:38:47 +0000 |
commit | deda66442540c3b7bc1301522849efc81ce2cf8c (patch) | |
tree | 26c9825c408f16a6f980068230034276f0bb0ea0 /dns/libbind | |
parent | ae9a097a2c65fbf92f936bd9c97a7e3854b3ea18 (diff) |
Notes
Diffstat (limited to 'dns/libbind')
-rw-r--r-- | dns/libbind/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/dns/libbind/Makefile b/dns/libbind/Makefile index 2fa7e628c3e9..2a02d6cb496e 100644 --- a/dns/libbind/Makefile +++ b/dns/libbind/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: libbind -# Date created: 9 August 2009 -# Whom: dougb -# # $FreeBSD$ -# PORTNAME= libbind PORTVERSION= 6.0 @@ -14,7 +9,7 @@ MASTER_SITE_SUBDIR= libbind/${PORTVERSION} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.asc EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} -MAINTAINER= dougb@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Standard C resolver library MAKE_JOBS_UNSAFE= yes |