diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 1999-03-18 06:52:59 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 1999-03-18 06:52:59 +0000 |
commit | 42d57a80e550d99534e6046defa1a5ec5a99df78 (patch) | |
tree | 232dd4dfc1133bbebd127e206ef061b1563dffdc /net/netpipes/Makefile | |
parent | 7e7b6c424cfe1cf59b22ebc135c87d8880b1df0b (diff) | |
download | ports-42d57a80e550d99534e6046defa1a5ec5a99df78.tar.gz ports-42d57a80e550d99534e6046defa1a5ec5a99df78.zip |
Notes
Diffstat (limited to 'net/netpipes/Makefile')
-rw-r--r-- | net/netpipes/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/net/netpipes/Makefile b/net/netpipes/Makefile index c558b58fa00c..f8105f3fbb39 100644 --- a/net/netpipes/Makefile +++ b/net/netpipes/Makefile @@ -3,17 +3,18 @@ # Date created: 12th April 1997 # Whom: doconnor@gsoft.com.au # -# $Id: Makefile,v 1.5 1998/08/10 12:04:38 steve Exp $ +# $Id: Makefile,v 1.6 1998/11/23 01:05:55 flathill Exp $ # -DISTNAME= netpipes4.0 -PKGNAME= netpipes-4.0 +DISTNAME= netpipes-4.2-export +PKGNAME= netpipes-4.2 CATEGORIES= net -MASTER_SITES= ftp://ftp.purplefrog.com/pub/netpipes/old/ +MASTER_SITES= ftp://ftp.purplefrog.com/pub/netpipes/ MAINTAINER= doconnor@gsoft.com.au +NO_WRKSUBDIR= yes MAN1= faucet.1 hose.1 sockdown.1 getpeername.1 encapsulate.1 \ - timelimit.1 + timelimit.1 netpipes.1 .include <bsd.port.mk> |