Skip to content

Commit

Permalink
security/clamav-unofficial-sigs: Sanitize MANPREFIX
Browse files Browse the repository at this point in the history
Approved by:    portmgr (blanket)
  • Loading branch information
5u623l20 committed Jan 21, 2024
1 parent af7f3b3 commit 1fc5912
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions security/clamav-unofficial-sigs/Makefile
@@ -1,6 +1,6 @@
PORTNAME= clamav-unofficial-sigs
PORTVERSION= 7.2.5
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= security

MAINTAINER= freebsd@mnd.sc
Expand Down Expand Up @@ -40,7 +40,7 @@ do-build:

do-install:
${INSTALL_SCRIPT} ${WRKSRC}/clamav-unofficial-sigs.sh ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/clamav-unofficial-sigs.8 ${STAGEDIR}${MANPREFIX}/man/man8
${INSTALL_MAN} ${WRKSRC}/clamav-unofficial-sigs.8 ${STAGEDIR}${PREFIX}/share/man/man8

@${MKDIR} ${STAGEDIR}${ETCDIR}
${INSTALL_DATA} ${WRKSRC}/config/master.conf ${STAGEDIR}${ETCDIR}/master.conf.sample
Expand Down
2 changes: 1 addition & 1 deletion security/clamav-unofficial-sigs/pkg-plist
Expand Up @@ -2,7 +2,7 @@ bin/clamav-unofficial-sigs.sh
@sample %%ETCDIR%%/master.conf.sample
@sample %%ETCDIR%%/os.conf.sample
@sample %%ETCDIR%%/user.conf.sample
man/man8/clamav-unofficial-sigs.8.gz
share/man/man8/clamav-unofficial-sigs.8.gz
%%PORTDOCS%%%%DOCSDIR%%/INSTALL.md
%%PORTDOCS%%%%DOCSDIR%%/LICENSE
%%PORTDOCS%%%%DOCSDIR%%/README.md

0 comments on commit 1fc5912

Please sign in to comment.