From 920252673df02ae0f34c1167368d2c6a4980c91d Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Sun, 13 Nov 2016 09:00:16 +0000 Subject: - Add LICENSE_FILE - Switch to options helpers --- editors/ne/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'editors/ne') diff --git a/editors/ne/Makefile b/editors/ne/Makefile index 057b47682fa7..4bfda5d9917b 100644 --- a/editors/ne/Makefile +++ b/editors/ne/Makefile @@ -10,7 +10,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Nice and powerful editor LICENSE= GPLv3+ -#LICENSE_FILE= ${WRKSRC}/COPYING +LICENSE_FILE= ${WRKSRC}/COPYING BUILD_WRKSRC= ${WRKSRC}/src @@ -59,6 +59,8 @@ do-install: @${MKDIR} ${STAGEDIR}${DATADIR}/syntax (cd ${WRKSRC}/syntax && ${INSTALL_DATA} *.jsf \ ${STAGEDIR}${DATADIR}/syntax) + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC} && ${INSTALL_DATA} CHANGES NEWS README.md \ ${STAGEDIR}${DOCSDIR}) -- cgit v1.2.3