diff options
author | agc <agc@pkgsrc.org> | 2004-01-20 12:07:06 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2004-01-20 12:07:06 +0000 |
commit | dc52048e014fdad9bb69ef9db159835a61c8dd4d (patch) | |
tree | 28fc431efa48feea798736cefee933a6529a5c91 /editors/nedit | |
parent | 46eceba7253d40f1643bc06f73cc7fd2148c2e8e (diff) | |
download | pkgsrc-dc52048e014fdad9bb69ef9db159835a61c8dd4d.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'editors/nedit')
-rw-r--r-- | editors/nedit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/nedit/Makefile b/editors/nedit/Makefile index 16224528fe4..38f4e90b736 100644 --- a/editors/nedit/Makefile +++ b/editors/nedit/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.30 2003/12/12 10:20:53 adam Exp $ +# $NetBSD: Makefile,v 1.31 2004/01/20 12:14:05 agc Exp $ DISTNAME= nedit-${VERS}-source PKGNAME= nedit-${VERS} -WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} CATEGORIES= editors MASTER_SITES= http://www.nedit.org/ftp/v${VERS:S/./_/g}/ \ http://www.au.nedit.org/ftp/v${VERS:S/./_/g}/ \ @@ -15,6 +14,7 @@ COMMENT= Motif based standard GUI style text editor VERS= 5.3 +WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} USE_BUILDLINK2= YES USE_X11BASE= YES ALL_TARGET= netbsd |