aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2020-04-23 03:02:19 +0800
committerTobias C. Berner <tcberner@FreeBSD.org>2020-04-23 03:02:19 +0800
commitded6e9f44572bb29ef5742f905d6f010d709f885 (patch)
treef509d2dd04e1d78cd5e2098b40cc2d01d3e9dc77 /security
parent11088645b0c1da5f1a9336456a40beb290ce47c2 (diff)
downloadfreebsd-ports-gnome-ded6e9f44572bb29ef5742f905d6f010d709f885.tar.gz
freebsd-ports-gnome-ded6e9f44572bb29ef5742f905d6f010d709f885.tar.zst
freebsd-ports-gnome-ded6e9f44572bb29ef5742f905d6f010d709f885.zip
security/doas: Manual page cleanup
PR: 245238 Submitted by: jsmith@resonatingmedia.com (maintainer) MFH: 2020Q2
Diffstat (limited to 'security')
-rw-r--r--security/doas/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/security/doas/Makefile b/security/doas/Makefile
index b354c7fe4fe3..8631e1d50c47 100644
--- a/security/doas/Makefile
+++ b/security/doas/Makefile
@@ -2,6 +2,7 @@
PORTNAME= doas
PORTVERSION= 6.2p4
+PORTREVISION= 1
CATEGORIES= security
MAINTAINER= jsmith@resonatingmedia.com
@@ -36,7 +37,7 @@ _GLOBAL_PATH?= ${LOCALBASE}/sbin:${LOCALBASE}/bin:/usr/sbin:/usr/bin:/sbin:/bin
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/doas.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
- ${INSTALL_MAN} ${WRKSRC}/doas.conf.5 ${STAGEDIR}${MAN5PREFIX}/man/man5
+ ${INSTALL_MAN} ${WRKSRC}/doas.1.final ${STAGEDIR}${MAN1PREFIX}/man/man1/doas.1
+ ${INSTALL_MAN} ${WRKSRC}/doas.conf.5.final ${STAGEDIR}${MAN5PREFIX}/man/man5/doas.conf.5
.include <bsd.port.mk>