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/ne | |
parent | 46eceba7253d40f1643bc06f73cc7fd2148c2e8e (diff) | |
download | pkgsrc-dc52048e014fdad9bb69ef9db159835a61c8dd4d.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'editors/ne')
-rw-r--r-- | editors/ne/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/ne/Makefile b/editors/ne/Makefile index 8fd86a3c9bb..71b9c2bbadc 100644 --- a/editors/ne/Makefile +++ b/editors/ne/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2001/02/16 14:40:51 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2004/01/20 12:14:05 agc Exp $ DISTNAME= ne PKGNAME= ne-1.26 -WRKSRC= ${WRKDIR}/src CATEGORIES= editors MASTER_SITES= ftp://ftp.cus.cam.ac.uk/pub/software/programs/NE/ DISTFILES= ne.tar.gz ne.manpage.1 NE.spec.ascii NE.changes.spec @@ -11,6 +10,7 @@ MAINTAINER= bjh@mail.dotcom.fr COMMENT= Re-write of Phoenix E. A sensible light-weight editor DIST_SUBDIR= ${PKGNAME} +WRKSRC= ${WRKDIR}/src EXTRACT_ONLY= ne.tar.gz |