From f638bdddbbcd32a5cdd7a7072f79997728fb0112 Mon Sep 17 00:00:00 2001 From: tron Date: Tue, 30 Mar 2010 10:29:40 +0000 Subject: Fix installation into a destination directory with "MANZ" defined by passing the correct directory name to "mk/plist/doc-compress". --- chat/ircII/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'chat') diff --git a/chat/ircII/Makefile b/chat/ircII/Makefile index eb4a6b24d59..fb9a5b8ce4a 100644 --- a/chat/ircII/Makefile +++ b/chat/ircII/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.53 2010/01/22 00:22:19 heinz Exp $ +# $NetBSD: Makefile,v 1.54 2010/03/30 10:29:40 tron Exp $ DISTNAME= ircii-${VERS} PKGNAME= ircII-${VERS} @@ -47,10 +47,10 @@ CONFIGURE_ARGS+= --with-non-blocking=none # Optionally install compressed help files if MANZ is defined. .if defined(MANZ) PLIST_SUBST+= GZSUFFIX=".gz" -DOC_COMPRESS_ARGS= -z ${PREFIX} +DOC_COMPRESS_ARGS= -z ${DESTDIR}${PREFIX} .else PLIST_SUBST+= GZSUFFIX= -DOC_COMPRESS_ARGS= ${PREFIX} +DOC_COMPRESS_ARGS= ${DESTDIR}${PREFIX} .endif post-extract: -- cgit v1.2.3