Skip to content

Commit

Permalink
security/setaudit: Move man pages to share/man
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
  • Loading branch information
nunotexbsd committed Mar 21, 2024
1 parent 7e56369 commit 4df0392
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions security/setaudit/Makefile
@@ -1,6 +1,7 @@
PORTNAME= setaudit
DISTVERSIONPREFIX= v
DISTVERSION= 1.0.3
PORTREVISION= 1
CATEGORIES= security

MAINTAINER= 0mp@FreeBSD.org
Expand All @@ -13,13 +14,14 @@ USE_GITHUB= yes
GH_ACCOUNT= csjayp

PLIST_FILES= bin/setaudit \
man/man8/setaudit.8.gz
share/man/man8/setaudit.8.gz
PORTDOCS= README.md

OPTIONS_DEFINE= DOCS

post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/setaudit
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${STAGEDIR}/${PREFIX}/share/man/man8

post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
Expand Down

0 comments on commit 4df0392

Please sign in to comment.