aboutsummaryrefslogtreecommitdiff
path: root/sysutils/less
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2014-01-14 00:28:32 +0000
committerRenato Botelho <garga@FreeBSD.org>2014-01-14 00:28:32 +0000
commit6f48f412df431e71786628e0964f46c5f48d1ce0 (patch)
tree2575692a6cf5befafe7b67c53ff1cc448d0abd0e /sysutils/less
parente707eb1794628041a5721d1d1a34487659392269 (diff)
downloadports-6f48f412df431e71786628e0964f46c5f48d1ce0.tar.gz
ports-6f48f412df431e71786628e0964f46c5f48d1ce0.zip
Support staging
Approved by: portmgr@ (blanket)
Notes
Notes: svn path=/head/; revision=339651
Diffstat (limited to 'sysutils/less')
-rw-r--r--sysutils/less/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/less/Makefile b/sysutils/less/Makefile
index 03decee2eab7..ed536ffda66a 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}