summaryrefslogtreecommitdiff
path: root/x11/keylaunch/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg>2007-01-15 16:55:14 +0000
committerjoerg <joerg>2007-01-15 16:55:14 +0000
commit4a875e831780be25976cb40bb346d2c33260c77c (patch)
tree0d9b07a430efcaa55fe0c5ff9a0a72c95a4aa4c8 /x11/keylaunch/Makefile
parent25b548f737c2cf2c79910a263806e7eb8a74f0f0 (diff)
downloadpkgsrc-4a875e831780be25976cb40bb346d2c33260c77c.tar.gz
Modular Xorg support.
Diffstat (limited to 'x11/keylaunch/Makefile')
-rw-r--r--x11/keylaunch/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/keylaunch/Makefile b/x11/keylaunch/Makefile
index 3ec33ccaff9..870896eec21 100644
--- a/x11/keylaunch/Makefile
+++ b/x11/keylaunch/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2006/03/04 21:31:09 jlam Exp $
+# $NetBSD: Makefile,v 1.15 2007/01/15 16:58:16 joerg Exp $
#
DISTNAME= keylaunch-1.3.0
@@ -15,12 +15,11 @@ USE_TOOLS+= gmake
INSTALLATION_DIRS= bin
-.include "../../mk/x11.buildlink3.mk"
-
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/keylaunch ${PREFIX}/bin
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/keylaunch
${INSTALL_DATA} ${WRKSRC}/example_rc \
${PREFIX}/share/examples/keylaunch/keylaunch.rc
+.include "../../x11/libX11/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"