diff options
author | frueauf <frueauf@pkgsrc.org> | 1998-11-12 23:03:39 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1998-11-12 23:03:39 +0000 |
commit | 4a9b2ad461486e9d7e866abfe5416b158408ed89 (patch) | |
tree | 0d29ac5d4e74a980af2ed8ee0c7abca262e3a3e8 /editors/joe/Makefile | |
parent | b9e6923ab2b0e0c347c6a557e663bf1865726117 (diff) | |
download | pkgsrc-4a9b2ad461486e9d7e866abfe5416b158408ed89.tar.gz |
Fix some more pkglint nits.
Diffstat (limited to 'editors/joe/Makefile')
-rw-r--r-- | editors/joe/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/joe/Makefile b/editors/joe/Makefile index 774c8a51879..da93c4b6812 100644 --- a/editors/joe/Makefile +++ b/editors/joe/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 1998/09/22 06:11:36 garbled Exp $ +# $NetBSD: Makefile,v 1.8 1998/11/12 23:03:40 frueauf Exp $ # FreeBSD Id: Makefile,v 1.3 1996/11/17 07:01:28 obrien Exp # @@ -8,10 +8,10 @@ CATEGORIES= editors MASTER_SITES= ftp://ftp.std.com/src/editors/ EXTRACT_SUFX= .tar.Z -NOT_FOR_ARCHS= alpha #gcc lossage - MAINTAINER= explorer@netbsd.org +NOT_FOR_ARCHS= alpha #gcc lossage + ALL_TARGET= joe WRKSRC= ${WRKDIR}/joe |