From bce5584e4cde120d49f688782f155f8fe1db39e4 Mon Sep 17 00:00:00 2001 From: dougb Date: Thu, 28 Feb 2002 05:31:24 +0000 Subject: Small tuneups: * Make patching silent, like standard ports * Use MANPREFIX for man pages * Add a patch to specify the right arguments to getgrouplist, by __FreeBSD_version --- dns/bind8/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dns/bind8/Makefile') diff --git a/dns/bind8/Makefile b/dns/bind8/Makefile index 5fa4246a9ad7..6ab10759a6f6 100644 --- a/dns/bind8/Makefile +++ b/dns/bind8/Makefile @@ -33,8 +33,8 @@ MAN7= hostname.7 mailaddr.7 MAN8= named-bootconf.8 named-xfer.8 named.8 ndc.8 nslookup.8 \ nsupdate.8 -PATCH_ARGS= -d ${WRKDIR} -PATCH_DIST_ARGS= -d ${WRKDIR} +PATCH_ARGS= -s -d ${WRKDIR} +PATCH_DIST_ARGS= -s -d ${WRKDIR} post-install: .if !defined(NOPORTDOCS) -- cgit