summaryrefslogtreecommitdiff
path: root/x11/qtarch
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/qtarch
parent5cbdd5a83eb94d1543656588fad97fad4abdff01 (diff)
downloadpkgsrc-3b30e7c043c7fa154e22ee88ecd9f68da59718f8.tar.gz
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'x11/qtarch')
-rw-r--r--x11/qtarch/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/qtarch/Makefile b/x11/qtarch/Makefile
index 02e56265aba..5f9b96f3226 100644
--- a/x11/qtarch/Makefile
+++ b/x11/qtarch/Makefile
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.19 2003/07/17 22:56:43 grant Exp $
+# $NetBSD: Makefile,v 1.20 2004/01/20 12:28:27 agc Exp $
#
DISTNAME= qtarch-2.1-1
PKGNAME= qtarch-2.1
PKGREVISION= 1
-WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
CATEGORIES= x11 devel
MASTER_SITES= ftp://qtarch.sourceforge.net/pub/qtarch/
@@ -12,6 +11,7 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://qtarch.sourceforge.net/
COMMENT= Graphical dialog editor for the Qt widget set
+WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
USE_BUILDLINK2= yes
USE_X11= yes
USE_GMAKE= yes