mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-05 11:35:01 +00:00
math/sc-im: Sanitize MANPREFIX
Approved by: portmgr (blanket)
This commit is contained in:
parent
436562980e
commit
567c81cf5d
@ -1,6 +1,7 @@
|
||||
PORTNAME= sc-im
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.8.3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= math
|
||||
|
||||
MAINTAINER= bapt@FreeBSD.org
|
||||
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user