diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-06-29 02:31:42 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-06-29 02:31:42 +0000 |
commit | be6c01ee85b2fa61f2030ef2065df69712693a50 (patch) | |
tree | 0877333f8365a55defdb5b17b76269bfa53693f7 /net/tcpshow | |
parent | c62bea27fe2d419668f48e9bda44f94f29806f7c (diff) | |
download | ports-be6c01ee85b2fa61f2030ef2065df69712693a50.tar.gz ports-be6c01ee85b2fa61f2030ef2065df69712693a50.zip |
Use ${MASTER_SITE_LOCAL}.
Notes
Notes:
svn path=/head/; revision=29964
Diffstat (limited to 'net/tcpshow')
-rw-r--r-- | net/tcpshow/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/tcpshow/Makefile b/net/tcpshow/Makefile index 1540602205e8..04594eab6f4a 100644 --- a/net/tcpshow/Makefile +++ b/net/tcpshow/Makefile @@ -9,7 +9,8 @@ PORTNAME= tcpshow PORTVERSION= 1.74 CATEGORIES= net security -MASTER_SITES= ftp://ftp.freebsd.org/pub/FreeBSD/ports/local-distfiles/obrien/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= obrien # http://www.cs.berkeley.edu/~daw/mike/ DISTFILES= tcpshow.c tcpshow.1 |