diff options
author | agc <agc@pkgsrc.org> | 2004-01-20 12:18:15 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2004-01-20 12:18:15 +0000 |
commit | 3ad1bdbf063a03bdcca7087d41be98b07ad933af (patch) | |
tree | 7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /www/asWedit/Makefile | |
parent | dc52048e014fdad9bb69ef9db159835a61c8dd4d (diff) | |
download | pkgsrc-3ad1bdbf063a03bdcca7087d41be98b07ad933af.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'www/asWedit/Makefile')
-rw-r--r-- | www/asWedit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/asWedit/Makefile b/www/asWedit/Makefile index 31e3021a4e0..e471460594d 100644 --- a/www/asWedit/Makefile +++ b/www/asWedit/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2003/07/17 22:55:29 grant Exp $ +# $NetBSD: Makefile,v 1.13 2004/01/20 12:27:58 agc Exp $ DISTNAME= ${PKGNAME}-i386.linux PKGNAME= asWedit-4.0.1 -WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} CATEGORIES= www MASTER_SITES= http://www.advasoft.com/asWedit/ \ http://gd.tuwien.ac.at/infosys/editors/asWedit/ \ @@ -24,6 +23,7 @@ NO_SRC_ON_CDROM= ${RESTRICTED} NO_BIN_ON_FTP= ${RESTRICTED} NO_BIN_ON_CDROM= ${RESTRICTED} +WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} NO_BUILD= yes CHECK_SHLIBS= no |