summaryrefslogtreecommitdiff
path: root/dns/bind94/Makefile
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>1999-05-31 17:36:29 +0000
committerJustin M. Seger <jseger@FreeBSD.org>1999-05-31 17:36:29 +0000
commit4df78b912fdfcdc2c0ec3ae23d6d7bce7cd3c9a3 (patch)
tree613e212b5752d2965e4d7d73a8b556fc6933484a /dns/bind94/Makefile
parentUpgrade to xscreensaver-3.12 (diff)
Use latest patches from ISC.
PR: ports/11784
Notes
Notes: svn path=/head/; revision=19154
Diffstat (limited to 'dns/bind94/Makefile')
-rw-r--r--dns/bind94/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/dns/bind94/Makefile b/dns/bind94/Makefile
index 4c83497f1a6b..a81868cd5753 100644
--- a/dns/bind94/Makefile
+++ b/dns/bind94/Makefile
@@ -3,13 +3,15 @@
# Date created: 18 July 1997
# Whom: jseger@scds.com
#
-# $Id: Makefile,v 1.8 1999/01/13 03:37:27 scrappy Exp $
+# $Id: Makefile,v 1.9 1999/04/04 14:28:37 jseger Exp $
#
DISTNAME= bind-8.2
CATEGORIES= net
MASTER_SITES= ftp://ftp.isc.org/isc/bind/src/8.2/
+PATCH_SITES= ftp://ftp.isc.org/isc/bind/src/8.2/
DISTFILES= ${DISTNAME}-src.tar.gz ${DISTNAME}-doc.tar.gz
+PATCHFILES= patch1
MAINTAINER= jseger@FreeBSD.org
@@ -24,7 +26,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} -E ${PATCH_STRIP}
+PATCH_ARGS= -d ${WRKDIR}
+PATCH_DIST_ARGS= -d ${WRKDIR}
post-install:
@(cd ${WRKDIR}/doc/man && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} clean all ${INSTALL_TARGET})