summaryrefslogtreecommitdiff
path: root/chat/iip
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2008-04-07 17:14:20 +0000
committerjoerg <joerg@pkgsrc.org>2008-04-07 17:14:20 +0000
commit671c262271c573f79d0bdea58a27f27894212712 (patch)
tree52499e88e043cd9c1a9a4a329ffdeb98c284bd4e /chat/iip
parenta8ab60ba136fd66d0ed803f455433d8baa9903cd (diff)
downloadpkgsrc-671c262271c573f79d0bdea58a27f27894212712.tar.gz
Fix DESTDIR.
Diffstat (limited to 'chat/iip')
-rw-r--r--chat/iip/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/chat/iip/Makefile b/chat/iip/Makefile
index 3501fa4c6a1..1b1c41e7713 100644
--- a/chat/iip/Makefile
+++ b/chat/iip/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2008/03/03 02:19:51 jlam Exp $
+# $NetBSD: Makefile,v 1.8 2008/04/07 17:22:11 joerg Exp $
#
DISTNAME= iip-1.1.0
@@ -18,11 +18,10 @@ MAKE_FLAGS+= LD=${CC:Q}
MAKE_FLAGS+= LDFLAGS=${LDFLAGS:M*:Q}
MAKE_FLAGS+= CFLAGS=${CFLAGS:M*:Q}\ ${CPPFLAGS:M*:Q}\ -I.
-INSTALLATION_DIRS= bin
+INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 share/examples/iip
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/isproxy ${DESTDIR}${PREFIX}/bin/
- ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/examples/iip
${INSTALL_DATA} ${WRKSRC}/src/node.ref \
${DESTDIR}${PREFIX}/share/examples/iip/
${INSTALL_DATA} ${WRKSRC}/doc/isproxy.1 \