Skip to content

Commit

Permalink
misc/tzdiff: 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 b161c25 commit 4365629
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions misc/tzdiff/Makefile
@@ -1,5 +1,6 @@
PORTNAME= tzdiff
DISTVERSION= 1.2
PORTREVISION= 1
CATEGORIES= misc

MAINTAINER= naito.yuichiro@gmail.com
Expand All @@ -15,12 +16,12 @@ NO_ARCH= yes
NO_BUILD= yes

PLIST_FILES= bin/tzdiff \
man/man1/tzdiff.1.gz
share/man/man1/tzdiff.1.gz

do-install:
${INSTALL_SCRIPT} ${WRKSRC}/tzdiff \
${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/tzdiff.1 \
${STAGEDIR}${MANPREFIX}/man/man1
${STAGEDIR}${PREFIX}/share/man/man1

.include <bsd.port.mk>

0 comments on commit 4365629

Please sign in to comment.