diff options
author | miwi <miwi@FreeBSD.org> | 2014-06-04 18:30:30 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-06-04 18:30:30 +0800 |
commit | 62555df5d0202cd4c80355484be3fc2e097294ad (patch) | |
tree | 5af563266d1c1cec9fb8706b679206f29565a4d2 /net | |
parent | 3f7e4506f869ad5926af6e20c78aff8c893970e4 (diff) | |
download | freebsd-ports-gnome-62555df5d0202cd4c80355484be3fc2e097294ad.tar.gz freebsd-ports-gnome-62555df5d0202cd4c80355484be3fc2e097294ad.tar.zst freebsd-ports-gnome-62555df5d0202cd4c80355484be3fc2e097294ad.zip |
- Stage support
PR: 189645
Diffstat (limited to 'net')
-rw-r--r-- | net/netpipes/Makefile | 6 | ||||
-rw-r--r-- | net/netpipes/files/patch-Makefile (renamed from net/netpipes/files/patch-aa) | 8 | ||||
-rw-r--r-- | net/netpipes/pkg-plist | 8 |
3 files changed, 15 insertions, 7 deletions
diff --git a/net/netpipes/Makefile b/net/netpipes/Makefile index f76f7322f085..48831a31e752 100644 --- a/net/netpipes/Makefile +++ b/net/netpipes/Makefile @@ -14,8 +14,8 @@ COMMENT= A group of shell utilities to connect programs to sockets CONFLICTS= timelimit-[0-9]* NO_WRKSUBDIR= yes -MAN1= faucet.1 hose.1 sockdown.1 getpeername.1 encapsulate.1 \ - timelimit.1 netpipes.1 -NO_STAGE= yes +do-install: + ${SETENV} ${MAKE_ENV} ${MAKE_CMD} -C ${WRKDIR} STAGEDIR=${STAGEDIR} install + .include <bsd.port.mk> diff --git a/net/netpipes/files/patch-aa b/net/netpipes/files/patch-Makefile index 77fdc782931b..97b8b6147e1e 100644 --- a/net/netpipes/files/patch-aa +++ b/net/netpipes/files/patch-Makefile @@ -1,11 +1,11 @@ ---- Makefile.orig Wed Oct 28 12:30:03 1998 -+++ Makefile Fri Jun 7 00:23:28 2002 +--- Makefile.orig 1998-10-29 07:00:03.000000000 +1030 ++++ Makefile 2014-05-11 13:28:21.742500328 +0930 @@ -17,7 +17,7 @@ # You probably want to change this: #INSTROOT = ${HOME} -INSTROOT = /depot/collections0/netpipes4.1 -+INSTROOT = ${PREFIX} ++INSTROOT = ${STAGEDIR}/${PREFIX} #INSTROOT = /usr/local INSTBIN = ${INSTROOT}/bin INSTMAN = ${INSTROOT}/man @@ -61,7 +61,7 @@ - cp ${MANPAGES} ${INSTMAN}/man1/ + ${BSD_INSTALL_MAN} ${MANPAGES} ${INSTMAN}/man1/ + ${BSD_INSTALL_PROGRAM} ${PROGRAMS} ${INSTBIN}/ -+ ln -f -s ${INSTBIN}/getpeername ${INSTBIN}/getsockname ++ ln -f -s getpeername ${INSTBIN}/getsockname # diff --git a/net/netpipes/pkg-plist b/net/netpipes/pkg-plist index 25c997745a86..3c4d8fbae0ab 100644 --- a/net/netpipes/pkg-plist +++ b/net/netpipes/pkg-plist @@ -5,3 +5,11 @@ 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 + |