aboutsummaryrefslogtreecommitdiff
path: root/editors/ne
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-11-13 09:00:16 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-11-13 09:00:16 +0000
commit920252673df02ae0f34c1167368d2c6a4980c91d (patch)
treecb9eb2a3452500d249368316641782c921e1c5bd /editors/ne
parente7b266276bf6faa9ef38fd581e90ea99794ee61a (diff)
downloadports-920252673df02ae0f34c1167368d2c6a4980c91d.tar.gz
ports-920252673df02ae0f34c1167368d2c6a4980c91d.zip
- Add LICENSE_FILE
- Switch to options helpers
Notes
Notes: svn path=/head/; revision=426012
Diffstat (limited to 'editors/ne')
-rw-r--r--editors/ne/Makefile4
1 files changed, 3 insertions, 1 deletions
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})