diff --git a/math/sc-im/Makefile b/math/sc-im/Makefile index 4136e42c0871..b066bdb2c137 100644 --- a/math/sc-im/Makefile +++ b/math/sc-im/Makefile @@ -1,31 +1,32 @@ PORTNAME= sc-im DISTVERSIONPREFIX= v DISTVERSION= 0.8.3 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= bapt@FreeBSD.org COMMENT= Ncurses spreadsheet program for terminal WWW= https://github.com/andmarti1424/sc-im LICENSE= BSD4CLAUSE LIB_DEPENDS= libxlsreader.so:math/libxls \ libxlsxwriter.so:math/libxlsxwriter \ libzip.so:archivers/libzip USES= compiler:c11 gmake gnome lua:51 ncurses pkgconfig USE_GITHUB= yes GH_ACCOUNT= andmarti1424 USE_GNOME= libxml2 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 ${RM} ${STAGEDIR}${PREFIX}/bin/scopen .include diff --git a/math/sc-im/pkg-plist b/math/sc-im/pkg-plist index b4b174b8874e..cfb1ec421e3f 100644 --- a/math/sc-im/pkg-plist +++ b/math/sc-im/pkg-plist @@ -1,7 +1,7 @@ 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 share/sc-im/plot_scatter share/sc-im/sc-im_help