mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
net-mgmt/isic: Moved man to share/man
This commit is contained in:
parent
56fff3d8f5
commit
f368fdfe4e
3 changed files with 6 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= isic
|
PORTNAME= isic
|
||||||
PORTVERSION= 0.07
|
PORTVERSION= 0.07
|
||||||
PORTREVISION= 5
|
PORTREVISION= 6
|
||||||
CATEGORIES= net-mgmt
|
CATEGORIES= net-mgmt
|
||||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/ISIC%20v${PORTVERSION}
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/ISIC%20v${PORTVERSION}
|
||||||
|
|
||||||
|
@ -13,6 +13,7 @@ LICENSE= BSD2CLAUSE
|
||||||
LIB_DEPENDS= libnet.so:net/libnet
|
LIB_DEPENDS= libnet.so:net/libnet
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
||||||
USES= tar:tgz
|
USES= tar:tgz
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
+++ Makefile.in 2014-05-30 10:59:03.796118183 +0800
|
+++ Makefile.in 2014-05-30 10:59:03.796118183 +0800
|
||||||
@@ -63,7 +63,7 @@
|
@@ -63,7 +63,7 @@
|
||||||
tar -czvf isic-$(VERSION).tgz ./isic-$(VERSION)/* )
|
tar -czvf isic-$(VERSION).tgz ./isic-$(VERSION)/* )
|
||||||
|
|
||||||
install: $(BINS) $(MAN)
|
install: $(BINS) $(MAN)
|
||||||
- $(INSTALL) -m 0755 -d $(PREFIX)/bin
|
- $(INSTALL) -m 0755 -d $(PREFIX)/bin
|
||||||
- $(INSTALL) -m 0755 -c $(BINS) $(PREFIX)/bin
|
- $(INSTALL) -m 0755 -c $(BINS) $(PREFIX)/bin
|
||||||
|
@ -10,5 +10,5 @@
|
||||||
- ${INSTALL} -m 0755 -c $(MAN) $(PREFIX)/man/man1
|
- ${INSTALL} -m 0755 -c $(MAN) $(PREFIX)/man/man1
|
||||||
+ $(INSTALL) -m 0755 -d $(DESTDIR)$(PREFIX)/bin
|
+ $(INSTALL) -m 0755 -d $(DESTDIR)$(PREFIX)/bin
|
||||||
+ $(BSD_INSTALL_PROGRAM) -c $(BINS) $(DESTDIR)$(PREFIX)/bin
|
+ $(BSD_INSTALL_PROGRAM) -c $(BINS) $(DESTDIR)$(PREFIX)/bin
|
||||||
+ $(INSTALL) -m 0755 -d $(DESTDIR)$(PREFIX)/man/man1
|
+ $(INSTALL) -m 0755 -d $(DESTDIR)$(PREFIX)/share/man/man1
|
||||||
+ $(BSD_INSTALL_MAN) -c $(MAN) $(DESTDIR)$(PREFIX)/man/man1
|
+ $(BSD_INSTALL_MAN) -c $(MAN) $(DESTDIR)$(PREFIX)/share/man/man1
|
||||||
|
|
|
@ -8,4 +8,4 @@ bin/tcpsic
|
||||||
bin/tcpsic6
|
bin/tcpsic6
|
||||||
bin/udpsic
|
bin/udpsic
|
||||||
bin/udpsic6
|
bin/udpsic6
|
||||||
man/man1/isic.1.gz
|
share/man/man1/isic.1.gz
|
||||||
|
|
Loading…
Add table
Reference in a new issue