diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-10-25 08:14:09 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-10-25 08:14:09 +0000 |
commit | 1e2c0ef5117c68f4ecd7e669f0a67358d73247e5 (patch) | |
tree | 49459054101f745f7d0505465dfb6a465e55d517 /net/netpipes | |
parent | 620884ec7a3c405e2ee2bc19a7f1a58f2676ad7d (diff) |
Notes
Diffstat (limited to 'net/netpipes')
-rw-r--r-- | net/netpipes/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/netpipes/Makefile b/net/netpipes/Makefile index af998149ef47..843e4d0cb552 100644 --- a/net/netpipes/Makefile +++ b/net/netpipes/Makefile @@ -8,7 +8,8 @@ PORTNAME= netpipes PORTVERSION= 4.2 CATEGORIES= net -MASTER_SITES= ftp://ftp.purplefrog.com/pub/netpipes/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITES_SUBDIR=kris DISTNAME= netpipes-4.2-export MAINTAINER= doconnor@gsoft.com.au |