From 2111d9a7a4e3dd2ddec42c9ab51fd37ec47b5589 Mon Sep 17 00:00:00 2001 From: form Date: Mon, 13 May 2002 02:43:38 +0000 Subject: [PATCH] bye bye MASTER_SITE_SUBDIR. correct package name. --- editors/joe/Makefile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/editors/joe/Makefile b/editors/joe/Makefile index 6672db1d2af..a254c2ca939 100644 --- a/editors/joe/Makefile +++ b/editors/joe/Makefile @@ -1,15 +1,14 @@ # $RuOBSD: Makefile,v 1.3 2002/04/10 05:14:52 form Exp $ -# $OpenBSD: Makefile,v 1.27 2002/04/24 11:05:06 form Exp $ +# $OpenBSD: Makefile,v 1.28 2002/05/13 02:43:38 form Exp $ COMMENT= "joe's own editor" DISTNAME= joe-2.9.8-pre1 -PKGNAME= joe-2.9.8p1 +PKGNAME= joe-2.9.8pre1 EXTRACT_SUFX= .tgz CATEGORIES= editors -NEED_VERSION= 1.515 -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= joe-editor +NEED_VERSION= 1.528 +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=joe-editor/} PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_FTP= Yes