summaryrefslogtreecommitdiff
path: root/x11/unclutter
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/unclutter
parent3ad1bdbf063a03bdcca7087d41be98b07ad933af (diff)
downloadpkgsrc-24a46ed346b4e0c41e9944cb1c53f4acf5faa3b7.tar.gz
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'x11/unclutter')
-rw-r--r--x11/unclutter/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/unclutter/Makefile b/x11/unclutter/Makefile
index 811eeb576f1..510e06e6b06 100644
--- a/x11/unclutter/Makefile
+++ b/x11/unclutter/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.12 2003/07/17 22:56:47 grant Exp $
+# $NetBSD: Makefile,v 1.13 2004/01/20 12:28:27 agc Exp $
#
DISTNAME= unclutter-8
-WRKSRC= ${WRKDIR}/unclutter
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XCONTRIB:=utilities/}
EXTRACT_SUFX= .tar.Z
@@ -10,6 +9,7 @@ EXTRACT_SUFX= .tar.Z
MAINTAINER= mycroft@NetBSD.org
COMMENT= Remove idle cursor image from screen
+WRKSRC= ${WRKDIR}/unclutter
USE_IMAKE= yes
.include "../../mk/bsd.pkg.mk"