summaryrefslogtreecommitdiff
path: root/x11/dtx11session/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/dtx11session/Makefile')
-rw-r--r--x11/dtx11session/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/dtx11session/Makefile b/x11/dtx11session/Makefile
index 6179db2118b..c680f0b1b58 100644
--- a/x11/dtx11session/Makefile
+++ b/x11/dtx11session/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2005/04/15 19:06:16 kristerw Exp $
+# $NetBSD: Makefile,v 1.4 2005/06/17 03:50:43 jlam Exp $
DISTNAME= dtxsession-1.0
CATEGORIES= x11
@@ -23,8 +23,10 @@ NO_MTREE= YES
CONFIG_DIR= ${PREFIX}/config
do-install:
+ ${INSTALL_DATA_DIR} ${CONFIG_DIR}/C/Xresources.d
${INSTALL_DATA} ${FILESDIR}/Xresources.X11 ${CONFIG_DIR}/C/Xresources.d
${INSTALL_SCRIPT} ${FILESDIR}/Xsession.X11 ${CONFIG_DIR}
+ ${INSTALL_DATA_DIR} ${PREFIX}/appconfig/icons/C
${INSTALL_DATA} ${FILESDIR}/X11.?m ${PREFIX}/appconfig/icons/C
.include "../../mk/bsd.pkg.mk"