From 8d2f09f719e743d2a591843cca388545119022c5 Mon Sep 17 00:00:00 2001 From: Ryan Steinmetz Date: Mon, 13 Aug 2018 02:11:47 +0000 Subject: - Remove unnecessary port - Add MOVED entry to point editors/joe2 users to editors/joe PR: 230582 Submitted by: kevin@your.org Approved by: maintainer --- editors/joe2/Makefile | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 editors/joe2/Makefile (limited to 'editors/joe2/Makefile') diff --git a/editors/joe2/Makefile b/editors/joe2/Makefile deleted file mode 100644 index 861340ce8a1a..000000000000 --- a/editors/joe2/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# Created by: torstenb@FreeBSD.org -# $FreeBSD$ - -PORTNAME= joe -PORTVERSION= 2.9.8 -PORTREVISION= 1 -CATEGORIES+= editors -MASTER_SITES= SF/joe-editor/JOE%20sources/joe-${PORTVERSION} -PKGNAMESUFFIX= 2 - -MAINTAINER?= toasty@dragondata.com -COMMENT?= Joe's Own Editor - -OPTIONS_DEFINE= DOCS ISPELL -OPTIONS_DEFAULT= ISPELL - -ISPELL_RUN_DEPENDS= ispell:textproc/aspell-ispell - -CONFLICTS= joe-3* - -GNU_CONFIGURE= yes -USES= iconv gmake -CPPFLAGS+= -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib ${ICONV_LIB} - -ALL_TARGET= ${PORTNAME} - -post-install-DOCS-on: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${WRKSRC}/README.cvs ${WRKSRC}/ChangeLog\ - ${WRKSRC}/INFO ${WRKSRC}/NEWS ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/LIST ${STAGEDIR}${DOCSDIR}/CommandList - -.include -- cgit v1.2.3