diff options
author | fenner <fenner@FreeBSD.org> | 1997-04-02 06:10:37 +0800 |
---|---|---|
committer | fenner <fenner@FreeBSD.org> | 1997-04-02 06:10:37 +0800 |
commit | d16f885bad856ef99bf0dfab048a89448e1c75ec (patch) | |
tree | 705a3e1ae687ee11aff1eceba5afae00e0f6eadc /sysutils/lsof/Makefile | |
parent | 41624f17e1ef24cdfa351b20bbf9e83b78313ae9 (diff) | |
download | freebsd-ports-graphics-d16f885bad856ef99bf0dfab048a89448e1c75ec.tar.gz freebsd-ports-graphics-d16f885bad856ef99bf0dfab048a89448e1c75ec.tar.zst freebsd-ports-graphics-d16f885bad856ef99bf0dfab048a89448e1c75ec.zip |
Add missing slash to ${MASTER_SITES}
Found by: distfiles checker
Diffstat (limited to 'sysutils/lsof/Makefile')
-rw-r--r-- | sysutils/lsof/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index ac2aba8fe70..146ac86db6a 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -3,7 +3,7 @@ # Date created: Sat July 20, 1996 # Whom: David O'Brien (obrien@cs.ucdavis.edu) # -# $Id: Makefile,v 1.6 1997/02/12 10:21:34 obrien Exp $ +# $Id: Makefile,v 1.7 1997/03/24 18:42:48 obrien Exp $ # DISTNAME= lsof_4.02_W @@ -13,7 +13,7 @@ MASTER_SITES= ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/ \ ftp://ftp.cert.dfn.de/pub/tools/admin/lsof/ \ ftp://ftp.auscert.org.au/pub/mirrors/vic.cc.purdue.edu/lsof/ \ ftp://ftp.web.ad.jp/pub/UNIX/tools/lsof/ \ - ftp://ftp.sunet.se/pub/unix/admin/lsof + ftp://ftp.sunet.se/pub/unix/admin/lsof/ MAINTAINER= obrien@cs.ucdavis.edu |