Skip to content

Commit

Permalink
net/onioncat: 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 8d5aa4b commit 30df8fd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions net/onioncat/Makefile
@@ -1,5 +1,6 @@
PORTNAME= onioncat
DISTVERSION= 4.10.0
PORTREVISION= 1
CATEGORIES= net security
MASTER_SITES= https://github.com/rahra/${PORTNAME}/releases/download/v${DISTVERSION}/

Expand All @@ -17,10 +18,10 @@ GNU_CONFIGURE= yes

USE_RC_SUBR= ${PORTNAME}

PLIST_FILES= bin/ocat man/man1/ocat.1.gz
PLIST_FILES= bin/ocat share/man/man1/ocat.1.gz

do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/ocat ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/man/ocat.1 ${STAGEDIR}${MANPREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/man/ocat.1 ${STAGEDIR}${PREFIX}/share/man/man1

.include <bsd.port.mk>

0 comments on commit 30df8fd

Please sign in to comment.