diff options
author | antoine <antoine@FreeBSD.org> | 2014-09-13 21:33:49 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-09-13 21:33:49 +0800 |
commit | f08dbc4fc12b2359777e4eb5b470b72a1e99c233 (patch) | |
tree | 8cde7206fd9e3bf55bf1b95aaeed2884d87e2d34 /editors | |
parent | 0ee86db4516655f8ca7658ebf4b30f4b56bb9a04 (diff) | |
download | freebsd-ports-gnome-f08dbc4fc12b2359777e4eb5b470b72a1e99c233.tar.gz freebsd-ports-gnome-f08dbc4fc12b2359777e4eb5b470b72a1e99c233.tar.zst freebsd-ports-gnome-f08dbc4fc12b2359777e4eb5b470b72a1e99c233.zip |
Allow staging as a regular user
Diffstat (limited to 'editors')
-rw-r--r-- | editors/dkns/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editors/dkns/Makefile b/editors/dkns/Makefile index 5addddbfa0b3..90754343f8d3 100644 --- a/editors/dkns/Makefile +++ b/editors/dkns/Makefile @@ -11,6 +11,8 @@ COMMENT= Simple console text editor RUN_DEPENDS= munger:${PORTSDIR}/lang/munger +MAKE_ENV= INSTALL_MAN="${INSTALL_MAN}" INSTALL_SCRIPT="${INSTALL_SCRIPT}" + PLIST_FILES= bin/dkns \ man/man1/dkns.1.gz |