summaryrefslogtreecommitdiff
path: root/chat/centericq
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2009-12-17 19:45:27 +0000
committerabs <abs@pkgsrc.org>2009-12-17 19:45:27 +0000
commit8f2106ab213ddcb34b3440be4a285119c50ddcd1 (patch)
tree38fea4d4a40d08143cc8993e5e48af1fa7b52e63 /chat/centericq
parent4aa75fcf1c1772b7749c3b2f51cde0f297143c7b (diff)
downloadpkgsrc-8f2106ab213ddcb34b3440be4a285119c50ddcd1.tar.gz
PKG_DESTDIR_SUPPORT
Diffstat (limited to 'chat/centericq')
-rw-r--r--chat/centericq/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/chat/centericq/Makefile b/chat/centericq/Makefile
index a4efa461246..747f42af14f 100644
--- a/chat/centericq/Makefile
+++ b/chat/centericq/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.71 2009/09/14 22:18:56 zafer Exp $
+# $NetBSD: Makefile,v 1.72 2009/12/17 19:55:00 abs Exp $
#
DISTNAME= centericq-4.21.0
@@ -28,6 +28,8 @@ INCOMPAT_CURSES+= NetBSD-1.6_*-* NetBSD-1.6.[1-9]_*-* NetBSD-1.6[A-T]-*
INCOMPAT_CURSES+= NetBSD-2.*-* NetBSD-3.*-* # see PR 29060
INCOMPAT_CURSES+= NetBSD-4.*-*
+PKG_DESTDIR_SUPPORT= user-destdir
+
.include "options.mk"
.include "../../mk/bsd.prefs.mk"
@@ -59,7 +61,7 @@ CONFIGURE_ENV+= ac_cv_lib_iconv_iconv=yes
.endif
post-install:
- ${INSTALL_MAN} ${WRKSRC}/centericq.1 ${PREFIX}/${PKGMANDIR}/man1/
+ ${INSTALL_MAN} ${WRKSRC}/centericq.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/
.include "../../mk/bsd.pkg.mk"