net-mgmt/isic: Moved man to share/man

2024Q2
Muhammad Moinur Rahman 2024-01-30 21:54:51 +01:00
parent 56fff3d8f5
commit f368fdfe4e
No known key found for this signature in database
GPG Key ID: BDB9B5A617C0BC91
3 changed files with 6 additions and 5 deletions

View File

@ -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>

View File

@ -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

View File

@ -8,4 +8,4 @@ bin/tcpsic
bin/tcpsic6
bin/udpsic
bin/udpsic6
man/man1/isic.1.gz
share/man/man1/isic.1.gz