diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-09-13 18:54:38 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-09-13 18:54:38 +0000 |
commit | 05cef094f0e7309d61bad0507c9ef9a232f2ccd5 (patch) | |
tree | fedf11102b8fcc678a8cd47856aae43595710b2a /editors/dkns/Makefile | |
parent | 8f63a058acaca26da094726fbbeaaa56c953b70e (diff) |
Notes
Diffstat (limited to 'editors/dkns/Makefile')
-rw-r--r-- | editors/dkns/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/editors/dkns/Makefile b/editors/dkns/Makefile index abebb8aadb34..2f4b5c5c3cf8 100644 --- a/editors/dkns/Makefile +++ b/editors/dkns/Makefile @@ -2,16 +2,20 @@ # $FreeBSD$ PORTNAME= dkns -PORTVERSION= 1.95 +PORTVERSION= 1.96 CATEGORIES= editors MASTER_SITES= http://www.mammothcheese.ca/ MAINTAINER= jimmy@mammothcheese.ca COMMENT= Simple console text editor +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + RUN_DEPENDS= munger:lang/munger MAKE_ENV= INSTALL_MAN="${INSTALL_MAN}" INSTALL_SCRIPT="${INSTALL_SCRIPT}" +NO_ARCH= yes PLIST_FILES= bin/dkns \ man/man1/dkns.1.gz |