Skip to content

Commit

Permalink
science/nifticlib: 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 1182a31 commit d813f83
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions science/nifticlib/Makefile
@@ -1,6 +1,6 @@
PORTNAME= nifticlib
PORTVERSION= 2.0.0
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= science graphics
MASTER_SITES= SF/niftilib/nifticlib/nifticlib_2_0_0

Expand All @@ -23,6 +23,6 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bin/* ${STAGEDIR}${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/lib/*.a ${STAGEDIR}${PREFIX}/lib
${INSTALL_DATA} ${WRKSRC}/include/*.h ${STAGEDIR}${PREFIX}/include
${INSTALL_MAN} ${FILESDIR}/nifticlib.1 ${STAGEDIR}${MANPREFIX}/man/man1
${INSTALL_MAN} ${FILESDIR}/nifticlib.1 ${STAGEDIR}${PREFIX}/share/man/man1

.include <bsd.port.mk>
2 changes: 1 addition & 1 deletion science/nifticlib/pkg-plist
Expand Up @@ -12,4 +12,4 @@ lib/libfslio.a
lib/libnifticdf.a
lib/libniftiio.a
lib/libznz.a
man/man1/nifticlib.1.gz
share/man/man1/nifticlib.1.gz

0 comments on commit d813f83

Please sign in to comment.