summaryrefslogtreecommitdiff
path: root/x11/xdaemon
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2004-01-20 12:28:26 +0000
committeragc <agc@pkgsrc.org>2004-01-20 12:28:26 +0000
commit24a46ed346b4e0c41e9944cb1c53f4acf5faa3b7 (patch)
treecc236421116057568097d330d79f3e50bebbe8b4 /x11/xdaemon
parent3ad1bdbf063a03bdcca7087d41be98b07ad933af (diff)
downloadpkgsrc-24a46ed346b4e0c41e9944cb1c53f4acf5faa3b7.tar.gz
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'x11/xdaemon')
-rw-r--r--x11/xdaemon/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/xdaemon/Makefile b/x11/xdaemon/Makefile
index 8800e762b04..8185ab9779b 100644
--- a/x11/xdaemon/Makefile
+++ b/x11/xdaemon/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2003/07/17 22:56:53 grant Exp $
+# $NetBSD: Makefile,v 1.12 2004/01/20 12:28:28 agc Exp $
DISTNAME= xdaemon-1.0
-WRKSRC= ${WRKDIR}
CATEGORIES= games x11
MASTER_SITES= ${MASTER_SITE_LOCAL}
DISTFILES= ${PIX} Daemon.README
@@ -14,7 +13,8 @@ DEPENDS+= xteddy-1.*:../xteddy
CONFLICT+= xdaemon-2.*
-DIST_SUBDIR=xdaemon
+WRKSRC= ${WRKDIR}
+DIST_SUBDIR= xdaemon
PIX= xdaemon_bw.xbm xdaemon2_bw.xbm \
xdaemon_color.xpm xdaemon2_color.xpm \
xdaemon_icon.xbm xdaemon2_icon.xbm \