summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorfrueauf <frueauf@pkgsrc.org>1998-11-12 23:03:39 +0000
committerfrueauf <frueauf@pkgsrc.org>1998-11-12 23:03:39 +0000
commit4a9b2ad461486e9d7e866abfe5416b158408ed89 (patch)
tree0d29ac5d4e74a980af2ed8ee0c7abca262e3a3e8 /editors
parentb9e6923ab2b0e0c347c6a557e663bf1865726117 (diff)
downloadpkgsrc-4a9b2ad461486e9d7e866abfe5416b158408ed89.tar.gz
Fix some more pkglint nits.
Diffstat (limited to 'editors')
-rw-r--r--editors/joe/Makefile6
-rw-r--r--editors/ne/Makefile5
-rw-r--r--editors/xemacs20/Makefile6
3 files changed, 9 insertions, 8 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
diff --git a/editors/ne/Makefile b/editors/ne/Makefile
index b1b59e0854d..e65c64e5b81 100644
--- a/editors/ne/Makefile
+++ b/editors/ne/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 1998/08/14 22:14:40 tron Exp $
+# $NetBSD: Makefile,v 1.2 1998/11/12 23:03:40 frueauf Exp $
DISTNAME= ne
PKGNAME= ne-1.25
@@ -6,10 +6,11 @@ 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
-DIST_SUBDIR= ne
MAINTAINER= bjh@mail.dotcom.fr
+DIST_SUBDIR= ne
+
EXTRACT_ONLY= ne.tar.gz
post-extract:
diff --git a/editors/xemacs20/Makefile b/editors/xemacs20/Makefile
index 92eb7fc060c..9347cab99fb 100644
--- a/editors/xemacs20/Makefile
+++ b/editors/xemacs20/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 1998/09/22 06:11:36 garbled Exp $
+# $NetBSD: Makefile,v 1.36 1998/11/12 23:03:40 frueauf Exp $
# FreeBSD Id: Makefile,v 1.1.1.1 1997/09/03 19:27:57 gj Exp
#
@@ -14,8 +14,6 @@ MASTER_SITES= ftp://ftp.xemacs.org/pub/xemacs/xemacs-20.4/ \
ftp://ftp.gw.com/mirrors/pub/unix/xemacs/xemacs-20.4/
DISTFILES= xemacs-20.4.tar.gz xemacs-20.4-info.tar.gz
-NOT_FOR_ARCHS= alpha #fails purespace dumping
-
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.xemacs.org/
@@ -27,6 +25,8 @@ DEPENDS+= gdbm-1.7.3:../../databases/gdbm
CONFLICTS+= xemacs-20.3
+NOT_FOR_ARCHS= alpha #fails purespace dumping
+
HAS_CONFIGURE= yes
.include "../../mk/bsd.prefs.mk"