aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-30 20:54:51 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-30 20:57:09 +0000
commitf368fdfe4eac8d0c83ef63687513985212c4a5b3 (patch)
tree3c26b6a33b0769384b7a1efd7af48944e8e17f3b
parent56fff3d8f5026f353b0bf9b26a2b3224d6ed53f2 (diff)
downloadports-f368fdfe4eac8d0c83ef63687513985212c4a5b3.tar.gz
ports-f368fdfe4eac8d0c83ef63687513985212c4a5b3.zip
net-mgmt/isic: Moved man to share/man
-rw-r--r--net-mgmt/isic/Makefile3
-rw-r--r--net-mgmt/isic/files/patch-Makefile.in6
-rw-r--r--net-mgmt/isic/pkg-plist2
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