aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRodrigo Osorio <rodrigo@FreeBSD.org>2024-02-28 21:14:34 +0000
committerRodrigo Osorio <rodrigo@FreeBSD.org>2024-03-04 09:50:44 +0000
commit9b657d53262d58de5c6cf1ccae56f1451fd009ed (patch)
tree97cb76b14dc7866eeee262791ee6d477384fbb98
parentb3af999093c358f82674060670ba86f0c49c549a (diff)
downloadports-9b657d53262d58de5c6cf1ccae56f1451fd009ed.tar.gz
ports-9b657d53262d58de5c6cf1ccae56f1451fd009ed.zip
sysutils/sispmctl: moved manpages to share/man
Set GNU_CONFIGURE_MANPREFIX and fix plist Fix formatting to make linters happy
-rw-r--r--sysutils/sispmctl/Makefile19
1 files changed, 11 insertions, 8 deletions
diff --git a/sysutils/sispmctl/Makefile b/sysutils/sispmctl/Makefile
index ad66edcdf9ed..2c77ae16b810 100644
--- a/sysutils/sispmctl/Makefile
+++ b/sysutils/sispmctl/Makefile
@@ -1,5 +1,6 @@
PORTNAME= sispmctl
DISTVERSION= 4.11
+PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
@@ -10,18 +11,20 @@ WWW= https://sispmctl.sourceforge.net/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
-USES= libtool pkgconfig
+USES= libtool pkgconfig
USE_LDCONFIG= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= -disable-static --disable-webless
-CONFIGURE_ENV= LIBUSB_CFLAGS="-I/usr/include" \
+GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
+CONFIGURE_ARGS= --disable-webless \
+ -disable-static
+CONFIGURE_ENV= LIBUSB_CFLAGS="-I/usr/include" \
LIBUSB_LIBS="-L/usr/lib -lusb"
PLIST_FILES= bin/sispmctl \
- lib/libsispmctl.so \
- lib/libsispmctl.so.0 \
- lib/libsispmctl.so.0.2.2 \
- man/man1/sispmctl.1.gz
+ lib/libsispmctl.so \
+ lib/libsispmctl.so.0 \
+ lib/libsispmctl.so.0.2.2 \
+ share/man/man1/sispmctl.1.gz
.include <bsd.port.mk>