summaryrefslogtreecommitdiff
path: root/chat/ircu
diff options
context:
space:
mode:
authorjoerg <joerg>2008-04-07 17:14:20 +0000
committerjoerg <joerg>2008-04-07 17:14:20 +0000
commita1be9bc6696ff78421a5e347a2e231644c7a21f3 (patch)
tree52499e88e043cd9c1a9a4a329ffdeb98c284bd4e /chat/ircu
parent5465e3787580cb0b93c1216c10e2deb16671f1a7 (diff)
downloadpkgsrc-a1be9bc6696ff78421a5e347a2e231644c7a21f3.tar.gz
Fix DESTDIR.
Diffstat (limited to 'chat/ircu')
-rw-r--r--chat/ircu/Makefile6
1 files changed, 2 insertions, 4 deletions
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 \