Skip to content

Commit

Permalink
net-mgmt/sendip: Moved man to share/man
Browse files Browse the repository at this point in the history
Approved by:    portmgr (blanket)
  • Loading branch information
5u623l20 committed Feb 26, 2024
1 parent 587d0f4 commit 93866fd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion net-mgmt/sendip/Makefile
@@ -1,6 +1,6 @@
PORTNAME= sendip
PORTVERSION= 2.5
PORTREVISION= 4
PORTREVISION= 5
CATEGORIES= net-mgmt
MASTER_SITES= http://www.earth.li/projectpurple/files/

Expand Down
2 changes: 1 addition & 1 deletion net-mgmt/sendip/files/patch-Makefile
Expand Up @@ -8,7 +8,7 @@
-LIBDIR ?= $(PREFIX)/lib/sendip
+#PREFIX ?= /usr/local
+BINDIR=${DESTDIR}${PREFIX}/bin
+MANDIR=${DESTDIR}${PREFIX}/man/man1
+MANDIR=${DESTDIR}${PREFIX}/share/man/man1
+LIBDIR=${DESTDIR}${PREFIX}/lib/sendip
#For most systems, this works
-INSTALL ?= install
Expand Down
2 changes: 1 addition & 1 deletion net-mgmt/sendip/pkg-plist
Expand Up @@ -8,4 +8,4 @@ lib/sendip/rip.so
lib/sendip/ripng.so
lib/sendip/tcp.so
lib/sendip/udp.so
man/man1/sendip.1.gz
share/man/man1/sendip.1.gz

0 comments on commit 93866fd

Please sign in to comment.