Skip to content

Commit

Permalink
net-mgmt/isic: Moved man to share/man
Browse files Browse the repository at this point in the history
  • Loading branch information
5u623l20 committed Jan 30, 2024
1 parent 56fff3d commit f368fdf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion 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}

Expand All @@ -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>
6 changes: 3 additions & 3 deletions net-mgmt/isic/files/patch-Makefile.in
Expand Up @@ -2,13 +2,13 @@
+++ 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
- $(INSTALL) -m 0755 -d $(PREFIX)/man/man1
- ${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
2 changes: 1 addition & 1 deletion net-mgmt/isic/pkg-plist
Expand Up @@ -8,4 +8,4 @@ bin/tcpsic
bin/tcpsic6
bin/udpsic
bin/udpsic6
man/man1/isic.1.gz
share/man/man1/isic.1.gz

0 comments on commit f368fdf

Please sign in to comment.