Skip to content

Commit

Permalink
irc/ctrlproxy: 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 6d1b51f commit 95ec581
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions irc/ctrlproxy/Makefile
@@ -1,6 +1,6 @@
PORTNAME= ctrlproxy
PORTVERSION= 3.0.8
PORTREVISION= 9
PORTREVISION= 10
CATEGORIES= irc
MASTER_SITES= http://launchpadlibrarian.net/50016234/ \
LOCAL/ashish/
Expand All @@ -24,8 +24,8 @@ post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/ctrlproxy-admin
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/linestack-cmd
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/ctrlproxyd
${INSTALL_MAN} ${WRKSRC}/doc/ctrlproxy.1 ${STAGEDIR}${MANPREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/doc/ctrlproxy_config.5 ${STAGEDIR}${MANPREFIX}/man/man5
${INSTALL_MAN} ${WRKSRC}/doc/ctrlproxy.1 ${STAGEDIR}${PREFIX}/share/man/man1
${INSTALL_MAN} ${WRKSRC}/doc/ctrlproxy_config.5 ${STAGEDIR}${PREFIX}/share/man/man5
@${MKDIR} ${STAGEDIR}${DATADIR}
${INSTALL_DATA} ${WRKSRC}/doc/help.txt ${STAGEDIR}${DATADIR}/help.txt
@${MKDIR} ${STAGEDIR}${DOCSDIR}
Expand Down
4 changes: 2 additions & 2 deletions irc/ctrlproxy/pkg-plist
Expand Up @@ -5,8 +5,8 @@ sbin/ctrlproxyd
libdata/pkgconfig/ctrlproxy.pc
etc/ctrlproxy/motd
etc/ctrlproxy/config
man/man1/ctrlproxy.1.gz
man/man5/ctrlproxy_config.5.gz
share/man/man1/ctrlproxy.1.gz
share/man/man5/ctrlproxy_config.5.gz
%%DATADIR%%/help.txt
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
%%PORTDOCS%%%%DOCSDIR%%/HACKING
Expand Down

0 comments on commit 95ec581

Please sign in to comment.