Skip to content

Commit

Permalink
misc/ansiweather: 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 d3dbe8e commit e452486
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion misc/ansiweather/Makefile
@@ -1,5 +1,6 @@
PORTNAME= ansiweather
PORTVERSION= 1.19.0
PORTREVISION= 1
CATEGORIES= misc

MAINTAINER= dbaio@FreeBSD.org
Expand Down Expand Up @@ -28,7 +29,7 @@ do-install:
@${MKDIR} ${STAGEDIR}${DATADIR}
${INSTALL_SCRIPT} ${WRKSRC}/ansiweather ${STAGEDIR}${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/ansiweather.plugin.zsh ${STAGEDIR}${DATADIR}
${INSTALL_MAN} ${WRKSRC}/ansiweather.1 ${STAGEDIR}${MANPREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/ansiweather.1 ${STAGEDIR}${PREFIX}/share/man/man1

do-install-EXAMPLES-on:
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
Expand Down
2 changes: 1 addition & 1 deletion misc/ansiweather/pkg-plist
@@ -1,5 +1,5 @@
bin/ansiweather
man/man1/ansiweather.1.gz
share/man/man1/ansiweather.1.gz
%%DATADIR%%/ansiweather.plugin.zsh
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
%%PORTDOCS%%%%DOCSDIR%%/README.md
Expand Down

0 comments on commit e452486

Please sign in to comment.