summaryrefslogtreecommitdiff
path: root/editors/jed
diff options
context:
space:
mode:
authorfrueauf <frueauf@pkgsrc.org>1998-10-31 23:23:36 +0000
committerfrueauf <frueauf@pkgsrc.org>1998-10-31 23:23:36 +0000
commit75875c2637a97a149c408421050cf8314e63be44 (patch)
treef809bb1e74db0295d1546cb386ada7a0babfa94f /editors/jed
parentd954ef79c4b0e21de596085be5d06c973eb4de6b (diff)
downloadpkgsrc-75875c2637a97a149c408421050cf8314e63be44.tar.gz
Dito to what I fixed in slrn/Makefile.
Diffstat (limited to 'editors/jed')
-rw-r--r--editors/jed/Makefile25
1 files changed, 12 insertions, 13 deletions
diff --git a/editors/jed/Makefile b/editors/jed/Makefile
index 16397acb8d1..f24a71cebad 100644
--- a/editors/jed/Makefile
+++ b/editors/jed/Makefile
@@ -1,22 +1,21 @@
-# $NetBSD: Makefile,v 1.1.1.1 1998/10/31 23:16:12 hwr Exp $
+# $NetBSD: Makefile,v 1.2 1998/10/31 23:23:36 frueauf Exp $
+#
-DISTNAME= jed0.98-7
-CATEGORIES= editors
-MASTER_SITES= ftp://space.mit.edu/pub/davis/jed/ \
- ftp://ftp.uni-stuttgart.de/pub/unix/misc/slang/jed/
+DISTNAME= jed0.98-7
+PKGNAME= jed-0.98-7
+CATEGORIES= editors
+MASTER_SITES= ftp://space.mit.edu/pub/davis/jed/ \
+ ftp://ftp.uni-stuttgart.de/pub/unix/misc/slang/jed/
-MAINTAINER= packages@netbsd.org
-HOMEPAGE= http://space.mit.edu/%7Edavis/jed.html
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://space.mit.edu/%7Edavis/jed.html
-BUILD_DEPENDS+= libslang-1.2.2:../../devel/libslang
-DEPENDS+= libslang-1.2.2:../../devel/libslang
+DEPENDS+= libslang-1.2.2:../../devel/libslang
-CONFIGURE_ARGS+= --without-X --prefix=${PREFIX}
+CONFIGURE_ARGS+= --without-X --prefix=${PREFIX}
GNU_CONFIGURE= yes
-WRKSRC= ${WRKDIR}/jed
+WRKSRC= ${WRKDIR}/jed
.include "../../mk/bsd.pkg.mk"
-
-