Skip to content

Commit

Permalink
net-mgmt/xymon-client: 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 dd6d021 commit a74cbbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net-mgmt/xymon-client/Makefile
Expand Up @@ -28,7 +28,7 @@ MAKE_ENV+= XYMONUSER="${XYMONUSER}"
MAKE_ENV+= XYMONHOSTIP="${XYMONHOSTIP}"
MAKE_ENV+= INSTALLROOT="${STAGEDIR}"
MAKE_ENV+= PKGBUILD=1
MANPREFIX= ${STAGEDIR}${PREFIX}
MAKE_ENV+= MANPREFIX="${STAGEDIR}${PREFIX}/share"
USE_RC_SUBR= xymon-client
PLIST_SUB+= XYMONUSER="${XYMONUSER}"
CONFIG_FILES= clientlaunch.cfg xymonclient.cfg localclient.cfg
Expand Down

0 comments on commit a74cbbd

Please sign in to comment.