diff options
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 |