Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Jan 2024 21:03:06 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f368fdfe4eac - main - net-mgmt/isic: Moved man to share/man
Message-ID:  <202401302103.40UL36dx089978@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f368fdfe4eac8d0c83ef63687513985212c4a5b3

commit f368fdfe4eac8d0c83ef63687513985212c4a5b3
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-30 20:54:51 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-30 20:57:09 +0000

    net-mgmt/isic: Moved man to share/man
---
 net-mgmt/isic/Makefile                | 3 ++-
 net-mgmt/isic/files/patch-Makefile.in | 6 +++---
 net-mgmt/isic/pkg-plist               | 2 +-
 3 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/net-mgmt/isic/Makefile b/net-mgmt/isic/Makefile
index 44fbdfc7d3b8..c5ef5c3d7c33 100644
--- a/net-mgmt/isic/Makefile
+++ b/net-mgmt/isic/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	isic
 PORTVERSION=	0.07
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	net-mgmt
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/ISIC%20v${PORTVERSION}
 
@@ -13,6 +13,7 @@ LICENSE=	BSD2CLAUSE
 LIB_DEPENDS=	libnet.so:net/libnet
 
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 USES=		tar:tgz
 
 .include <bsd.port.mk>
diff --git a/net-mgmt/isic/files/patch-Makefile.in b/net-mgmt/isic/files/patch-Makefile.in
index b03c65e97f8f..b4595e559d2e 100644
--- a/net-mgmt/isic/files/patch-Makefile.in
+++ b/net-mgmt/isic/files/patch-Makefile.in
@@ -2,7 +2,7 @@
 +++ Makefile.in	2014-05-30 10:59:03.796118183 +0800
 @@ -63,7 +63,7 @@
  	  tar -czvf isic-$(VERSION).tgz ./isic-$(VERSION)/* )
- 
+
  install: $(BINS) $(MAN)
 -	$(INSTALL) -m 0755 -d $(PREFIX)/bin
 -	$(INSTALL) -m 0755 -c $(BINS) $(PREFIX)/bin
@@ -10,5 +10,5 @@
 -	${INSTALL} -m 0755 -c $(MAN) $(PREFIX)/man/man1
 +	$(INSTALL) -m 0755 -d $(DESTDIR)$(PREFIX)/bin
 +	$(BSD_INSTALL_PROGRAM) -c $(BINS) $(DESTDIR)$(PREFIX)/bin
-+	$(INSTALL) -m 0755 -d $(DESTDIR)$(PREFIX)/man/man1
-+	$(BSD_INSTALL_MAN) -c $(MAN) $(DESTDIR)$(PREFIX)/man/man1
++	$(INSTALL) -m 0755 -d $(DESTDIR)$(PREFIX)/share/man/man1
++	$(BSD_INSTALL_MAN) -c $(MAN) $(DESTDIR)$(PREFIX)/share/man/man1
diff --git a/net-mgmt/isic/pkg-plist b/net-mgmt/isic/pkg-plist
index e33ef19e4a4a..66cc4867cd91 100644
--- a/net-mgmt/isic/pkg-plist
+++ b/net-mgmt/isic/pkg-plist
@@ -8,4 +8,4 @@ bin/tcpsic
 bin/tcpsic6
 bin/udpsic
 bin/udpsic6
-man/man1/isic.1.gz
+share/man/man1/isic.1.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401302103.40UL36dx089978>