diff options
author | garga <garga@FreeBSD.org> | 2014-01-14 00:28:32 +0000 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2014-01-14 00:28:32 +0000 |
commit | e2bd577f60a01d087c5d0dde4289069d7851d60f (patch) | |
tree | 2575692a6cf5befafe7b67c53ff1cc448d0abd0e | |
parent | 38e25f5be7fca31e8a0c70024773da3315208d96 (diff) | |
download | FreeBSD-ports-e2bd577f60a01d087c5d0dde4289069d7851d60f.zip FreeBSD-ports-e2bd577f60a01d087c5d0dde4289069d7851d60f.tar.gz |
Support staging
Approved by: portmgr@ (blanket)
-rw-r--r-- | sysutils/less/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/less/Makefile b/sysutils/less/Makefile index 03decee..ed536ff 100644 --- a/sysutils/less/Makefile +++ b/sysutils/less/Makefile @@ -15,13 +15,13 @@ LICENSE= GPLv3 GNU_CONFIGURE= yes -MAN1= less.1 lesskey.1 lessecho.1 -PLIST_FILES= bin/less bin/lesskey bin/lessecho +PLIST_FILES= bin/less bin/lesskey bin/lessecho \ + man/man1/less.1.gz man/man1/lesskey.1.gz \ + man/man1/lessecho.1.gz OPTIONS_DEFINE= COLORS COLORS_DESC= Enable colors support via escape sequence -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MCOLORS} |