diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-22 12:36:24 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-22 13:23:39 +0000 |
commit | b7a955a0eb5ded1b5ed08d0350a5abc9b3b5f448 (patch) | |
tree | 9fb2d369335e0d14fb31cada6f7922b93a583e57 | |
parent | da5f506d29756b1d604cb3691062fd9f021c9edc (diff) |
science/sigrok-cli: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r-- | science/sigrok-cli/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/science/sigrok-cli/Makefile b/science/sigrok-cli/Makefile index 6ab4ce3f2de0..aad6b59568ef 100644 --- a/science/sigrok-cli/Makefile +++ b/science/sigrok-cli/Makefile @@ -1,6 +1,6 @@ PORTNAME= sigrok-cli PORTVERSION= 0.7.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science cad MASTER_SITES= http://sigrok.org/download/source/sigrok-cli/ @@ -18,11 +18,12 @@ USES= desktop-file-utils gettext-runtime gmake gnome libtool pathfix \ pkgconfig GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share MAKE_JOBS_UNSAFE= yes PLIST_FILES= bin/sigrok-cli \ - man/man1/sigrok-cli.1.gz \ + share/man/man1/sigrok-cli.1.gz \ share/applications/org.sigrok.sigrok-cli.desktop \ share/icons/hicolor/scalable/apps/sigrok-cli.svg |