summaryrefslogtreecommitdiff
path: root/dns/bind8
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>1998-02-04 16:23:28 +0000
committerGarrett Wollman <wollman@FreeBSD.org>1998-02-04 16:23:28 +0000
commit8bef6a590d3b7fec967b766ce25a219675aa05da (patch)
tree1271c2246b400fae262f13644cf954efb36fd989 /dns/bind8
parentUpgrade to 980202 (diff)
Take markm out of his misery... The patch belongs to the port's
makefile, not bind's.
Notes
Notes: svn path=/head/; revision=9595
Diffstat (limited to 'dns/bind8')
-rw-r--r--dns/bind8/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/dns/bind8/Makefile b/dns/bind8/Makefile
index 880825439da8..5a0490139334 100644
--- a/dns/bind8/Makefile
+++ b/dns/bind8/Makefile
@@ -3,7 +3,7 @@
# Date created: 18 July 1997
# Whom: jseger@scds.com
#
-# $Id: Makefile,v 1.1.1.1 1997/11/26 00:24:18 jseger Exp $
+# $Id: Makefile,v 1.2 1998/01/12 19:17:22 markm Exp $
#
DISTNAME= bind-8.1.1
@@ -23,6 +23,12 @@ MAN8= named-xfer.8 named.8 ndc.8 nslookup.8
PATCH_ARGS?= -d ${WRKDIR} -E ${PATCH_STRIP}
+PA_H= ${WRKSRC}/port/freebsd/include/port_after.h
+
+post-configure:
+ ${MV} ${PA_H} ${PA_H}.orig
+ sed "s,/usr,${PREFIX}," ${PA_H}.orig >${PA_H}
+
post-install:
${INSTALL_SCRIPT} ${WRKSRC}/bin/named/named-bootconf.pl ${PREFIX}/bin/
# for i in ${MAN1}; do \