From 9f1de9b900c064307cc328ec436f07477dfaa7f0 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Mon, 6 May 2013 15:34:17 +0000 Subject: Convert USE_NCURSES by USES=ncurses Convert USE_READLINE by USES=readline --- editors/joe/Makefile | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'editors/joe') diff --git a/editors/joe/Makefile b/editors/joe/Makefile index 81d1eee2bfa5..e44535aa14a8 100644 --- a/editors/joe/Makefile +++ b/editors/joe/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: joe -# Date created: 01 Jul 1995 -# Whom: torstenb@FreeBSD.org -# +# Created by: torstenb@FreeBSD.org # $FreeBSD$ -# PORTNAME= joe PORTVERSION= 3.7 @@ -22,8 +18,7 @@ CONFLICTS= joe-2.* LICENSE= GPLv1 USE_GMAKE= yes -USES= iconv -USE_NCURSES= yes +USES= iconv ncurses GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib -liconv" CPPFLAGS+= -I${LOCALBASE}/include @@ -35,7 +30,7 @@ MANLANG= "" ru .include -.ifdef NOPORTDOCS +.if ! ${PORT_OPTIONS:MDOCS} post-patch: ${REINPLACE_CMD} 's,install-data-am: install-data_charmapsDATA install-data_docDATA,install-data-am: install-data_charmapsDATA,' \ ${WRKSRC}/Makefile.in -- cgit v1.2.3