diff options
author | wollman <wollman@FreeBSD.org> | 1998-02-05 00:23:28 +0800 |
---|---|---|
committer | wollman <wollman@FreeBSD.org> | 1998-02-05 00:23:28 +0800 |
commit | 3302f07817d835228bcc3b0ecb41777e0214ce4c (patch) | |
tree | a729893fcd8dc553c1325163fbc2ffb009a67456 /dns/bind94 | |
parent | 709126af57fedded908489be74f59cdd52a8199b (diff) | |
download | freebsd-ports-gnome-3302f07817d835228bcc3b0ecb41777e0214ce4c.tar.gz freebsd-ports-gnome-3302f07817d835228bcc3b0ecb41777e0214ce4c.tar.zst freebsd-ports-gnome-3302f07817d835228bcc3b0ecb41777e0214ce4c.zip |
Take markm out of his misery... The patch belongs to the port's
makefile, not bind's.
Diffstat (limited to 'dns/bind94')
-rw-r--r-- | dns/bind94/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/dns/bind94/Makefile b/dns/bind94/Makefile index 880825439da8..5a0490139334 100644 --- a/dns/bind94/Makefile +++ b/dns/bind94/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 \ |