aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-25 09:34:08 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-25 10:05:17 +0000
commit60726f58880f0b225b0be726cf2dd61d292f9e8f (patch)
tree2122b4442e50e04216ed80f582857b0ff483fe9c
parent3e0f5dee83140f9d77548edaa694c79f5d29e24b (diff)
downloadports-60726f58880f0b225b0be726cf2dd61d292f9e8f.tar.gz
ports-60726f58880f0b225b0be726cf2dd61d292f9e8f.zip
net/netpipes: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r--net/netpipes/Makefile1
-rw-r--r--net/netpipes/files/patch-Makefile22
-rw-r--r--net/netpipes/pkg-plist14
3 files changed, 21 insertions, 16 deletions
diff --git a/net/netpipes/Makefile b/net/netpipes/Makefile
index 85692597024f..23b5a566ca31 100644
--- a/net/netpipes/Makefile
+++ b/net/netpipes/Makefile
@@ -1,5 +1,6 @@
PORTNAME= netpipes
PORTVERSION= 4.2
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= LOCAL/kris
DISTNAME= netpipes-4.2-export
diff --git a/net/netpipes/files/patch-Makefile b/net/netpipes/files/patch-Makefile
index 97b8b6147e1e..045c41f34ced 100644
--- a/net/netpipes/files/patch-Makefile
+++ b/net/netpipes/files/patch-Makefile
@@ -1,6 +1,6 @@
---- Makefile.orig 1998-10-29 07:00:03.000000000 +1030
-+++ Makefile 2014-05-11 13:28:21.742500328 +0930
-@@ -17,7 +17,7 @@
+--- Makefile.orig 1998-10-28 20:30:03 UTC
++++ Makefile
+@@ -17,10 +17,10 @@
# You probably want to change this:
#INSTROOT = ${HOME}
@@ -8,8 +8,12 @@
+INSTROOT = ${STAGEDIR}/${PREFIX}
#INSTROOT = /usr/local
INSTBIN = ${INSTROOT}/bin
- INSTMAN = ${INSTROOT}/man
-@@ -59,7 +59,7 @@
+-INSTMAN = ${INSTROOT}/man
++INSTMAN = ${INSTROOT}/share/man
+
+ # For those who wish to use gcc instead of the vendor's compiler.
+ #CC=gcc -Wall
+@@ -59,7 +59,7 @@ INSTMAN = ${INSTROOT}/man
#CFLAGS = -DPOSIX_SIG -DHAVE_INET_ATON $(CDEBUGFLAGS)
# Linux (developed with RedHat 4.2, libc5)
@@ -18,7 +22,7 @@
# SGI
#CFLAGS = -DSYSV $(CDEBUGFLAGS)
-@@ -71,7 +71,7 @@
+@@ -71,7 +71,7 @@ CFLAGS = -DUSE_IOCTL -DPOSIX_SIG -DHAVE_INET_ATON $(CD
#CFLAGS = -DPOSIX_SIG $(CDEBUGFLAGS)
# FreeBSD
@@ -27,7 +31,7 @@
# AIX 4.1.4 and 3.2.5
#CFLAGS = -DPOSIX_SIG -DAIX $(CDEBUGFLAGS)
-@@ -86,7 +86,7 @@
+@@ -86,7 +86,7 @@ CFLAGS = -DUSE_IOCTL -DPOSIX_SIG -DHAVE_INET_ATON $(CD
# gcc can handle both -O and -g at once
#CDEBUGFLAGS = -g # -Wall -DDEBUG
@@ -36,7 +40,7 @@
######################################################################
-@@ -104,8 +104,7 @@
+@@ -104,8 +104,7 @@ MANPAGES = netpipes.1 faucet.1 hose.1 \
SSLLIB = -L../SSLeay-0.8.1 -lssl -lcrypto
MANPAGES = netpipes.1 faucet.1 hose.1 \
@@ -46,7 +50,7 @@
PROGRAMS = faucet hose sockdown getpeername timelimit encapsulate
all : ${PROGRAMS}
-@@ -138,15 +137,9 @@
+@@ -138,15 +137,9 @@ install : all
${CC} ${CFLAGS} ${SSLINC} -c $<
install : all
diff --git a/net/netpipes/pkg-plist b/net/netpipes/pkg-plist
index aa631b88e75c..451e38b6a0d4 100644
--- a/net/netpipes/pkg-plist
+++ b/net/netpipes/pkg-plist
@@ -5,10 +5,10 @@ bin/getsockname
bin/hose
bin/sockdown
bin/timelimit
-man/man1/encapsulate.1.gz
-man/man1/faucet.1.gz
-man/man1/getpeername.1.gz
-man/man1/hose.1.gz
-man/man1/netpipes.1.gz
-man/man1/sockdown.1.gz
-man/man1/timelimit.1.gz
+share/man/man1/encapsulate.1.gz
+share/man/man1/faucet.1.gz
+share/man/man1/getpeername.1.gz
+share/man/man1/hose.1.gz
+share/man/man1/netpipes.1.gz
+share/man/man1/sockdown.1.gz
+share/man/man1/timelimit.1.gz