summaryrefslogtreecommitdiff
path: root/chat
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
commite5f2db9b02040befc4e42a87d3cdee457a130417 (patch)
tree52499e88e043cd9c1a9a4a329ffdeb98c284bd4e /chat
parent70b0ffd0f687ed3d7ea3b98bc22ebb82ef0be4d1 (diff)
downloadpkgsrc-e5f2db9b02040befc4e42a87d3cdee457a130417.tar.gz
Fix DESTDIR.
Diffstat (limited to 'chat')
-rw-r--r--chat/iip/Makefile5
-rw-r--r--chat/ircu/Makefile6
2 files changed, 4 insertions, 7 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 \
diff --git a/chat/ircu/Makefile b/chat/ircu/Makefile
index f034e513572..c1dfefc5716 100644
--- a/chat/ircu/Makefile
+++ b/chat/ircu/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2008/03/24 18:40:18 adrianp Exp $
+# $NetBSD: Makefile,v 1.33 2008/04/07 17:22:48 joerg Exp $
#
DISTNAME= ircu2.10.12.12
@@ -59,11 +59,9 @@ PKG_USERS= ${IRCD_USER}:${IRCD_GROUP}
PKG_GECOS.${IRCD_USER}= IRC server user
PKG_SHELL.${IRCD_USER}= ${SH}
-INSTALLATION_DIRS= ${PKGMANDIR}/man8 sbin
+INSTALLATION_DIRS= bin ${PKGMANDIR}/man8 sbin ${DOCDIR} ${EGDIR}
do-install:
- ${INSTALL_DATA_DIR} ${DESTDIR}${DOCDIR}
- ${INSTALL_DATA_DIR} ${DESTDIR}${EGDIR}
${INSTALL_PROGRAM} ${WRKSRC}/ircd/ircd ${DESTDIR}${PREFIX}/sbin
${INSTALL_PROGRAM} ${WRKSRC}/ircd/umkpasswd ${DESTDIR}${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/ircd/convert-conf \