git: 52fab9328e91 - main - science/gsmc: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 25 Feb 2024 12:55:23 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=52fab9328e913b918762dcd3cb757eae11eb3a0a commit 52fab9328e913b918762dcd3cb757eae11eb3a0a Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-25 12:24:18 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-25 12:54:38 +0000 science/gsmc: Moved man to share/man Approved by: portmgr (blanket) --- science/gsmc/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/science/gsmc/Makefile b/science/gsmc/Makefile index 17ecc348cf5d..53102bd2a283 100644 --- a/science/gsmc/Makefile +++ b/science/gsmc/Makefile @@ -1,6 +1,6 @@ PORTNAME= gsmc PORTVERSION= 1.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= science hamradio MASTER_SITES= http://www.qsl.net/ik5nax/ @@ -12,8 +12,9 @@ LICENSE= GPLv2 USE_GNOME= gtk20 GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share USES= autoreconf gmake gnome pkgconfig -PLIST_FILES= bin/gsmc man/man1/gsmc.1.gz +PLIST_FILES= bin/gsmc share/man/man1/gsmc.1.gz post-patch: @${REINPLACE_CMD} '/^LIBS=/s/$$/ -lm/' ${WRKSRC}/Makefile.am