summaryrefslogtreecommitdiff
path: root/x11/keylaunch
diff options
context:
space:
mode:
authoragc <agc>2004-01-20 12:28:26 +0000
committeragc <agc>2004-01-20 12:28:26 +0000
commit3b30e7c043c7fa154e22ee88ecd9f68da59718f8 (patch)
treecc236421116057568097d330d79f3e50bebbe8b4 /x11/keylaunch
parent5cbdd5a83eb94d1543656588fad97fad4abdff01 (diff)
downloadpkgsrc-3b30e7c043c7fa154e22ee88ecd9f68da59718f8.tar.gz
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'x11/keylaunch')
-rw-r--r--x11/keylaunch/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/keylaunch/Makefile b/x11/keylaunch/Makefile
index 7ad333ff1a3..a12400c70ee 100644
--- a/x11/keylaunch/Makefile
+++ b/x11/keylaunch/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2003/07/17 22:56:35 grant Exp $
+# $NetBSD: Makefile,v 1.6 2004/01/20 12:28:26 agc Exp $
#
DISTNAME= keylaunch-1.3.0
-WRKSRC= ${WRKDIR}/keylaunch
CATEGORIES= x11
MASTER_SITES= http://www.kensden.pwp.blueyonder.co.uk/Oroborus/files/
@@ -10,6 +9,7 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.kensden.pwp.blueyonder.co.uk/Oroborus/download.htm
COMMENT= X utility for binding commands to a hot key
+WRKSRC= ${WRKDIR}/keylaunch
USE_BUILDLINK2= YES
USE_X11BASE= YES
USE_GMAKE= YES