summaryrefslogtreecommitdiff
path: root/graphics/qvplay
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2004-01-20 12:18:15 +0000
committeragc <agc@pkgsrc.org>2004-01-20 12:18:15 +0000
commit3ad1bdbf063a03bdcca7087d41be98b07ad933af (patch)
tree7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /graphics/qvplay
parentdc52048e014fdad9bb69ef9db159835a61c8dd4d (diff)
downloadpkgsrc-3ad1bdbf063a03bdcca7087d41be98b07ad933af.tar.gz
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'graphics/qvplay')
-rw-r--r--graphics/qvplay/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/qvplay/Makefile b/graphics/qvplay/Makefile
index c9a89a16919..5b24d9183a8 100644
--- a/graphics/qvplay/Makefile
+++ b/graphics/qvplay/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2003/07/21 16:51:50 martti Exp $
+# $NetBSD: Makefile,v 1.7 2004/01/20 12:18:17 agc Exp $
#
DISTNAME= qvplay-0.94
-WRKSRC= ${WRKDIR}/QVplay094/src
CATEGORIES= graphics
MASTER_SITES= http://www.asahi-net.or.jp/~xg2k-hys/
@@ -14,6 +13,7 @@ RESTRICTED= Undistributable development version.
NO_SRC_ON_FTP= ${RESTRICTED}
NO_SRC_ON_CDROM= ${RESTRICTED}
+WRKSRC= ${WRKDIR}/QVplay094/src
GNU_CONFIGURE= yes
.include "../../mk/bsd.pkg.mk"