diff options
author | itojun <itojun@FreeBSD.org> | 1998-04-18 20:38:30 +0800 |
---|---|---|
committer | itojun <itojun@FreeBSD.org> | 1998-04-18 20:38:30 +0800 |
commit | 5d0aa79b505805915dded69a955d8be27f995cfe (patch) | |
tree | a2a0fb4aa6fee03d6348ffcad81c0f3fd696aab8 /net/netpipes/Makefile | |
parent | 5150bf947404a987d2371419950a416d75f408bb (diff) | |
download | freebsd-ports-gnome-5d0aa79b505805915dded69a955d8be27f995cfe.tar.gz freebsd-ports-gnome-5d0aa79b505805915dded69a955d8be27f995cfe.tar.zst freebsd-ports-gnome-5d0aa79b505805915dded69a955d8be27f995cfe.zip |
original distribution updated (-> 4.0)
PR: 6302
Diffstat (limited to 'net/netpipes/Makefile')
-rw-r--r-- | net/netpipes/Makefile | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/net/netpipes/Makefile b/net/netpipes/Makefile index 2ca4abe3cc6a..2834e9d48e45 100644 --- a/net/netpipes/Makefile +++ b/net/netpipes/Makefile @@ -1,18 +1,19 @@ -# New ports collection makefile for: netpipes3.2 -# Version required: 3.2 +# New ports collection makefile for: netpipes4.0 +# Version required: 4.0 # Date created: 12th April 1997 # Whom: doconnor@gsoft.com.au # -# $Id: Makefile,v 1.2 1998/01/21 19:14:51 fenner Exp $ +# $Id: Makefile,v 1.3 1998/01/22 00:20:33 msmith Exp $ # -DISTNAME= netpipes3.2 -PKGNAME= netpipes-3.2 +DISTNAME= netpipes4.0 +PKGNAME= netpipes-4.0 CATEGORIES= net -MASTER_SITES= ftp://ftp.cis.ufl.edu/pub/staff/thoth/ +MASTER_SITES= ftp://ftp.purplefrog.com/pub/netpipes/ MAINTAINER= doconnor@gsoft.com.au -MAN1= faucet.1 hose.1 sockdown.1 getpeername.1 +MAN1= faucet.1 hose.1 sockdown.1 getpeername.1 encapsulate.1 \ + timelimit.1 .include <bsd.port.mk> |