From 8bef6a590d3b7fec967b766ce25a219675aa05da Mon Sep 17 00:00:00 2001 From: Garrett Wollman Date: Wed, 4 Feb 1998 16:23:28 +0000 Subject: Take markm out of his misery... The patch belongs to the port's makefile, not bind's. --- dns/bind8/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'dns/bind8') 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 \ -- cgit v1.2.3