diff options
Diffstat (limited to 'net/bind8/Makefile')
-rw-r--r-- | net/bind8/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/bind8/Makefile b/net/bind8/Makefile index 34de23139cf..7c9a1f609ff 100644 --- a/net/bind8/Makefile +++ b/net/bind8/Makefile @@ -1,5 +1,5 @@ # -# $NetBSD: Makefile,v 1.25 2004/01/28 12:18:47 grant Exp $ +# $NetBSD: Makefile,v 1.26 2004/02/06 19:04:25 jlam Exp $ # # FreeBSD Id: Makefile,v 1.12 1999/06/28 21:25:07 billf Exp # @@ -37,7 +37,7 @@ MAKEFLAGS+= INSTALL=${INSTALL} OWN_DIRS_PERMS= ${PKG_SYSCONFDIR}/ndc.d root other 700 .endif -MAKEFLAGS+= PREFIX=${PREFIX} +MAKEFLAGS+= PREFIX=${PREFIX:Q} post-extract: cd ${WRKDIR}/doc/man && \ |