diff options
author | torstenb <torstenb@FreeBSD.org> | 1995-10-18 04:20:37 +0800 |
---|---|---|
committer | torstenb <torstenb@FreeBSD.org> | 1995-10-18 04:20:37 +0800 |
commit | 6ff95febff76f5cf5f316846ab3b8ba3a529dd1d (patch) | |
tree | 23702508f6dae3da8a48989501956ad844a7a14d /www/Mosaic | |
parent | cc62640e8e08a6d7fc68efa8623bf9c5c5394fba (diff) | |
download | freebsd-ports-graphics-6ff95febff76f5cf5f316846ab3b8ba3a529dd1d.tar.gz freebsd-ports-graphics-6ff95febff76f5cf5f316846ab3b8ba3a529dd1d.tar.zst freebsd-ports-graphics-6ff95febff76f5cf5f316846ab3b8ba3a529dd1d.zip |
add the missing MASTER_SITES= line
Pointed out by: pst
Approved by: asami
Diffstat (limited to 'www/Mosaic')
-rw-r--r-- | www/Mosaic/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www/Mosaic/Makefile b/www/Mosaic/Makefile index 5ab45d08000..e0b7a833e46 100644 --- a/www/Mosaic/Makefile +++ b/www/Mosaic/Makefile @@ -3,11 +3,14 @@ # Date created: 7 August 1995 # Whom: torstenb # -# $Id: Makefile,v 1.1.1.1 1995/08/23 13:38:35 jkh Exp $ +# $Id: Makefile,v 1.2 1995/10/03 22:11:56 ache Exp $ # DISTNAME= Mosaic-src-2.6 CATEGORIES= networking + +MASTER_SITES= ftp://ftp.ncsa.uiuc.edu/Web/Mosaic/Unix/source/ + LIB_DEPENDS= jpeg\\.6\\.:${PORTSDIR}/graphics/jpeg WRKSRC= ${WRKDIR}/Mosaic-src ALL_TARGET= default |