Skip to content

Commit

Permalink
net/beanstalkd: Sanitize MANPREFIX
Browse files Browse the repository at this point in the history
Approved by:    portmgr (blanket)
  • Loading branch information
5u623l20 committed Jan 22, 2024
1 parent 8e1ce7e commit efc7eb7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions net/beanstalkd/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
PORTNAME= beanstalkd
PORTVERSION= 1.12
PORTREVISION= 1
DISTVERSIONPREFIX= v
CATEGORIES= net

Expand All @@ -19,7 +20,7 @@ GH_ACCOUNT= beanstalkd

MAKE_ARGS+= CC="${CC}" CFLAGS="${CFLAGS}"

PLIST_FILES= bin/beanstalkd man/man1/beanstalkd.1.gz
PLIST_FILES= bin/beanstalkd share/man/man1/beanstalkd.1.gz
SUB_LIST+= RC_SUBR_SUFFIX=${RC_SUBR_SUFFIX}

PORTDOCS= protocol.txt
Expand All @@ -29,7 +30,7 @@ OPTIONS_DEFINE= DOCS
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/beanstalkd ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/doc/${PORTNAME}.1 \
${STAGEDIR}${MANPREFIX}/man/man1
${STAGEDIR}${PREFIX}/share/man/man1

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

0 comments on commit efc7eb7

Please sign in to comment.