View | Details | Raw Unified | Return to bug 263106 | Differences between
and this patch

Collapse All | Expand All

(-)./Makefile (-2 / +8 lines)
Lines 1-11 Link Here
1
PORTNAME=	nano
1
PORTNAME=	nano
2
DISTVERSION=	7.2
2
DISTVERSION=	7.2
3
CATEGORIES=	editors
3
CATEGORIES=	editors
4
MASTER_SITES=	https://www.nano-editor.org/dist/v${DISTVERSION:R:R}/ GNU
4
MASTER_SITES=	https://nano-editor.org/dist/v${DISTVERSION:R:R}/ GNU
5
5
6
MAINTAINER=	danilo@FreeBSD.org
6
MAINTAINER=	danilo@FreeBSD.org
7
COMMENT=	Nano's ANOther editor, an enhanced free Pico clone
7
COMMENT=	Nano's ANOther editor, an enhanced free Pico clone
8
WWW=		https://www.nano-editor.org/
8
WWW=		https://nano-editor.org/
9
9
10
LICENSE=	GPLv3
10
LICENSE=	GPLv3
11
LICENSE_FILE=	${WRKSRC}/COPYING
11
LICENSE_FILE=	${WRKSRC}/COPYING
Lines 23-28 NLS_CONFIGURE_ENABLE= nls Link Here
23
23
24
post-patch:
24
post-patch:
25
	@${REINPLACE_CMD} -e 's/^groff.*/false/' ${WRKSRC}/configure
25
	@${REINPLACE_CMD} -e 's/^groff.*/false/' ${WRKSRC}/configure
26
27
post-build:
28
	cd ${WRKSRC}/doc; ${REINPLACE_CMD} \
29
		-e 's:/etc:${PREFIX}/etc:g' \
30
		-e 's:/usr/share:${PREFIX}/share:g' \
31
		nano.1 nanorc.5 nano.1.html nanorc.5.html nano.html nano.info
26
32
27
post-install-DOCS-on:
33
post-install-DOCS-on:
28
.for doc in nano.1.html rnano.1.html nanorc.5.html
34
.for doc in nano.1.html rnano.1.html nanorc.5.html

Return to bug 263106