diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-06 15:34:17 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-06 15:34:17 +0000 |
commit | 9f1de9b900c064307cc328ec436f07477dfaa7f0 (patch) | |
tree | 5b19e4fae39149280653cc670bc170d039477f8e /editors/joe | |
parent | 296877462b8b100e9f83f9c6aa6ed4bff34c6def (diff) | |
download | ports-9f1de9b900c064307cc328ec436f07477dfaa7f0.tar.gz ports-9f1de9b900c064307cc328ec436f07477dfaa7f0.zip |
Notes
Diffstat (limited to 'editors/joe')
-rw-r--r-- | editors/joe/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
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 <bsd.port.pre.mk> -.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 |