summaryrefslogtreecommitdiff
path: root/x11/asnap
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/asnap
parent3ad1bdbf063a03bdcca7087d41be98b07ad933af (diff)
downloadpkgsrc-24a46ed346b4e0c41e9944cb1c53f4acf5faa3b7.tar.gz
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'x11/asnap')
-rw-r--r--x11/asnap/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/asnap/Makefile b/x11/asnap/Makefile
index 7468a48d5a8..ff0a494977e 100644
--- a/x11/asnap/Makefile
+++ b/x11/asnap/Makefile
@@ -1,14 +1,14 @@
-# $NetBSD: Makefile,v 1.3 2003/07/17 22:56:21 grant Exp $
+# $NetBSD: Makefile,v 1.4 2004/01/20 12:28:26 agc Exp $
DISTNAME= asnap
PKGNAME= ${DISTNAME}-1.0
-WRKSRC= ${WRKDIR}
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XCONTRIB:S/contrib/R5contrib/}
MAINTAINER= he@NetBSD.org
COMMENT= Takes a snapshot of a region of the screen
+WRKSRC= ${WRKDIR}
USE_IMAKE= yes
.include "../../mk/bsd.pkg.mk"