summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authortron <tron>2010-03-30 10:29:40 +0000
committertron <tron>2010-03-30 10:29:40 +0000
commitf638bdddbbcd32a5cdd7a7072f79997728fb0112 (patch)
treebcb988ae59458cdcb541bc02e2cd7c776de59223 /chat
parent21ab680747aebc9dd51d68c565b97489ec2366f1 (diff)
downloadpkgsrc-f638bdddbbcd32a5cdd7a7072f79997728fb0112.tar.gz
Fix installation into a destination directory with "MANZ" defined
by passing the correct directory name to "mk/plist/doc-compress".
Diffstat (limited to 'chat')
-rw-r--r--chat/ircII/Makefile6
1 files changed, 3 insertions, 3 deletions
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: