aboutsummaryrefslogtreecommitdiff
path: root/net/sslh
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2012-06-03 15:23:14 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2012-06-03 15:23:14 +0000
commitdd0ef533d495b73bee71bda24802935a667c9b42 (patch)
tree22f1ab43834c912a5233408330adc75d8dc59d87 /net/sslh
parenteb454896161490c5af1c0953e0500eecf8a2f1ca (diff)
Notes
Diffstat (limited to 'net/sslh')
-rw-r--r--net/sslh/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/sslh/Makefile b/net/sslh/Makefile
index 9b5ca3faf8c9..b4368b644a52 100644
--- a/net/sslh/Makefile
+++ b/net/sslh/Makefile
@@ -37,6 +37,7 @@ MAN8= sslh.8
USE_RC_SUBR= sslh
PORTEXAMPLES= example.cfg
+MANCOMPRESSED= yes
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/sslh-fork ${PREFIX}/sbin
@@ -44,7 +45,7 @@ do-install:
#@${MKDIR} ${VARDIR}/run/${PORTNAME}
#@${CHOWN} -R nobody:nobody ${VARDIR}/run/${PORTNAME}
.if ${PORT_OPTIONS:MMANPAGES}
- @${INSTALL_MAN} ${WRKSRC}/sslh.8 ${MANPREFIX}/man/man8
+ @${INSTALL_MAN} ${WRKSRC}/sslh.8.gz ${MANPREFIX}/man/man8
.endif
.if ${PORT_OPTIONS:MEXAMPLES}
@${MKDIR} ${EXAMPLESDIR}