Skip to content

Commit

Permalink
math/sc-im: 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 4365629 commit 567c81c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion math/sc-im/Makefile
@@ -1,6 +1,7 @@
PORTNAME= sc-im
DISTVERSIONPREFIX= v
DISTVERSION= 0.8.3
PORTREVISION= 1
CATEGORIES= math

MAINTAINER= bapt@FreeBSD.org
Expand All @@ -22,7 +23,7 @@ WRKSRC_SUBDIR= src
CFLAGS+= -DXLSX_EXPORT -DXLS
LIBS+= -lxlsreader -lxlsxwriter
MAKE_ENV+= LDLIBS="${LIBS}"
MAKE_ARGS+= CC="${CC}" prefix="${PREFIX}" MANDIR="${MANPREFIX}/man/man1"
MAKE_ARGS+= CC="${CC}" prefix="${PREFIX}" MANDIR="${PREFIX}/share/man/man1"

post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/sc-im
Expand Down
2 changes: 1 addition & 1 deletion math/sc-im/pkg-plist
@@ -1,5 +1,5 @@
bin/sc-im
man/man1/sc-im.1.gz
share/man/man1/sc-im.1.gz
share/sc-im/plot_bar
share/sc-im/plot_line
share/sc-im/plot_pie
Expand Down

0 comments on commit 567c81c

Please sign in to comment.