diff options
Diffstat (limited to 'dns/bind8')
-rw-r--r-- | dns/bind8/Makefile | 4 | ||||
-rw-r--r-- | dns/bind8/files/patch-ab | 13 |
2 files changed, 13 insertions, 4 deletions
diff --git a/dns/bind8/Makefile b/dns/bind8/Makefile index cc01f23..8808254 100644 --- a/dns/bind8/Makefile +++ b/dns/bind8/Makefile @@ -3,7 +3,7 @@ # Date created: 18 July 1997 # Whom: jseger@scds.com # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/11/26 00:24:18 jseger Exp $ # DISTNAME= bind-8.1.1 @@ -40,5 +40,5 @@ post-install: # for i in ${MAN8}; do \ # ${INSTALL_MAN} ${WRKDIR}/doc/man/$$i ${PREFIX}/man/man8/; \ # done - @(cd ${WRKDIR}/doc/man && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${INSTALL_TARGET}) + @(cd ${WRKDIR}/doc/man && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} clean all ${INSTALL_TARGET}) .include <bsd.port.mk> diff --git a/dns/bind8/files/patch-ab b/dns/bind8/files/patch-ab index 20054cf..2666baa 100644 --- a/dns/bind8/files/patch-ab +++ b/dns/bind8/files/patch-ab @@ -1,5 +1,5 @@ ---- doc/man/Makefile.orig Tue Nov 25 17:42:18 1997 -+++ doc/man/Makefile Tue Nov 25 17:43:23 1997 +--- doc/man/Makefile.orig Fri Mar 14 04:43:51 1997 ++++ doc/man/Makefile Mon Jan 5 14:03:46 1998 @@ -52,26 +52,26 @@ # Target directory for the manual directory tree. Eg., may be used to # specify the path of an NFS-mounted directory for common files. @@ -31,3 +31,12 @@ # # Command to install manual entries +@@ -105,7 +105,7 @@ + # can be used. + # MANROFF = cat + # +-MANROFF = ( tbl | nroff -mandoc ) ++MANROFF = cat + + # + # Default extensions for installed manual entries. The following variables |