diff options
author | agc <agc@pkgsrc.org> | 2004-01-20 12:28:26 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2004-01-20 12:28:26 +0000 |
commit | 24a46ed346b4e0c41e9944cb1c53f4acf5faa3b7 (patch) | |
tree | cc236421116057568097d330d79f3e50bebbe8b4 /x11/xscript | |
parent | 3ad1bdbf063a03bdcca7087d41be98b07ad933af (diff) | |
download | pkgsrc-24a46ed346b4e0c41e9944cb1c53f4acf5faa3b7.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'x11/xscript')
-rw-r--r-- | x11/xscript/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xscript/Makefile b/x11/xscript/Makefile index 63ef655651c..d852260ef0a 100644 --- a/x11/xscript/Makefile +++ b/x11/xscript/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.6 2003/07/17 22:57:03 grant Exp $ +# $NetBSD: Makefile,v 1.7 2004/01/20 12:28:29 agc Exp $ # DISTNAME= xscript.tar PKGNAME= xscript-19930228 PKGREVISION= 1 -WRKSRC= ${WRKDIR}/test-distrib/src CATEGORIES= x11 MASTER_SITES= ftp://ftp.x.org/R5contrib/ \ ftp://ftp.gwdg.de/pub/x11/x.org/R5contrib/ \ @@ -17,6 +16,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.ee.ryerson.ca/~elf/xapps/Q-XVIII.html COMMENT= X Window system script recording and playback +WRKSRC= ${WRKDIR}/test-distrib/src USE_BUILDLINK2= YES USE_X11BASE= YES USE_IMAKE= YES |