From 5f6a6c9bb8fee36b107e51388a6cea7461663a03 Mon Sep 17 00:00:00 2001 From: marc Date: Fri, 10 Apr 1998 18:55:14 +0000 Subject: [PATCH] NO_CDROM for axe and jove; update jed version --- editors/axe/Makefile | 4 +++- editors/jed/Makefile | 19 +++++++------------ editors/jed/files/md5 | 3 +-- editors/joe/Makefile | 5 ++--- editors/jove/Makefile | 4 +++- 5 files changed, 16 insertions(+), 19 deletions(-) diff --git a/editors/axe/Makefile b/editors/axe/Makefile index e81c9476b97..af54fb6c670 100644 --- a/editors/axe/Makefile +++ b/editors/axe/Makefile @@ -3,11 +3,13 @@ # Date created: 05 November 97 # Whom: ejovi # -# $OpenBSD: Makefile,v 1.2 1997/11/17 18:53:37 joey Exp $ +# $OpenBSD: Makefile,v 1.3 1998/04/10 18:55:14 marc Exp $ # DISTNAME= aXe-6.1.2 CATEGORIES= editors +NO_CDROM= "NOFEE: Can not sell" + MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= editors EXTRACT_SUFX= .tar.Z diff --git a/editors/jed/Makefile b/editors/jed/Makefile index 44762f3170d..4941e56f604 100644 --- a/editors/jed/Makefile +++ b/editors/jed/Makefile @@ -1,28 +1,23 @@ -# OpenBSD makefile for: Jed text editor -# Version required: 0.98-4 +# OpenBSD makefile for: Jed text editor +# Version required: 0.98-7 # Date created: 05 November 1997 # Whom: ejovi # -# $Id: Makefile,v 1.1.1.1 1997/11/15 00:04:26 deraadt Exp $ +# $Id: Makefile,v 1.2 1998/04/10 18:55:17 marc Exp $ # -DISTNAME= jed0.98-4 -PKGNAME= jed-0.98.4 +DISTNAME= jed0.98-7 +PKGNAME= jed-0.98.7 CATEGORIES= editors MASTER_SITES= ftp://space.mit.edu/pub/davis/jed/ -PATCH_SITES= ftp://space.mit.edu/pub/davis/jed/ -PATCHFILES= BUGS -PATCH_DIST_STRIP= -p1 - -MAINTAINER= joey@OpenBSD.ORG +MAINTAINER= ports@OpenBSD.ORG LIB_DEPENDS= slang\\.0\\.993[6-9]:${PORTSDIR}/devel/libslang # comment out the next line if you don't want the X version of JED. -XJED= xjed +XJED= xjed -DIST_SUBDIR= jed GNU_CONFIGURE= yes CONFIGURE_ENV= JED_ROOT=${PREFIX}/lib/jed ALL_TARGET= all getmail ${XJED} diff --git a/editors/jed/files/md5 b/editors/jed/files/md5 index 510350f6f26..663a9f6e6f1 100644 --- a/editors/jed/files/md5 +++ b/editors/jed/files/md5 @@ -1,2 +1 @@ -MD5 (jed/jed0.98-4.tar.gz) = e1976ccd5e5c2f3d6d03b923dd0d0fbe -MD5 (jed/BUGS) = 828dc723671835d183a69dfe6fe68f1d +MD5 (jed0.98-7.tar.gz) = 868a0003cc169fbd559273085c838d78 diff --git a/editors/joe/Makefile b/editors/joe/Makefile index 6154bfe300d..f4a6d3014dc 100644 --- a/editors/joe/Makefile +++ b/editors/joe/Makefile @@ -3,7 +3,7 @@ # Date created: 05 November 97 # Whom: ejovi # -# $OpenBSD: Makefile,v 1.4 1998/02/06 08:45:06 niklas Exp $ +# $OpenBSD: Makefile,v 1.5 1998/04/10 18:55:20 marc Exp $ # DISTNAME= joe2.8 @@ -12,8 +12,7 @@ CATEGORIES= editors MASTER_SITES= ftp://ftp.std.com/src/editors/ EXTRACT_SUFX= .tar.Z -MAINTAINER= joey@openbsd.org -BROKEN= yes +MAINTAINER= ports@openbsd.org WRKSRC= ${WRKDIR}/joe ALL_TARGET= joe diff --git a/editors/jove/Makefile b/editors/jove/Makefile index 0d947eaa4a7..89724352d16 100644 --- a/editors/jove/Makefile +++ b/editors/jove/Makefile @@ -3,11 +3,13 @@ # Date created: 05 November 1997 # Whom: ejovi # -# $OpenBSD: Makefile,v 1.2 1997/11/17 21:47:27 joey Exp $ +# $OpenBSD: Makefile,v 1.3 1998/04/10 18:55:22 marc Exp $ # DISTNAME= jove-4.16 CATEGORIES= editors +NO_CDROM= "NOFEE: Can not sell" + MASTER_SITES= ftp://relay.cs.toronto.edu/pub/moraes/jove/ MAINTAINER= joey@OpenBSD.org