diff options
author | ache <ache@FreeBSD.org> | 1996-08-03 19:12:01 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1996-08-03 19:12:01 +0800 |
commit | 72449cd46972b72904399a5ef7ef60d83a38cb8a (patch) | |
tree | 07407b8615f8737e56526172e10bb46757ab8a02 /www/Mosaic/Makefile | |
parent | cc38dd883b32cd9aca244c1c96c0eea73868e313 (diff) | |
download | freebsd-ports-gnome-72449cd46972b72904399a5ef7ef60d83a38cb8a.tar.gz freebsd-ports-gnome-72449cd46972b72904399a5ef7ef60d83a38cb8a.tar.zst freebsd-ports-gnome-72449cd46972b72904399a5ef7ef60d83a38cb8a.zip |
Upgrade to 2.7b5
Diffstat (limited to 'www/Mosaic/Makefile')
-rw-r--r-- | www/Mosaic/Makefile | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/www/Mosaic/Makefile b/www/Mosaic/Makefile index 90042ec73eb5..388d37bd16e5 100644 --- a/www/Mosaic/Makefile +++ b/www/Mosaic/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: Mosaic browser -# Version required: 2.7b4 +# Version required: 2.7b5 # Date created: 7 August 1995 # Whom: torstenb # -# $Id: Makefile,v 1.7 1996/02/19 21:39:24 ache Exp $ +# $Id: Makefile,v 1.8 1996/04/11 09:07:07 asami Exp $ # -DISTNAME= Mosaic-src-2.7b4 -PKGNAME= mosaic-2.7b4 +DISTNAME= Mosaic-src-2.7b5 +PKGNAME= mosaic-2.7b5 CATEGORIES+= www MASTER_SITES= ftp://ftp.ncsa.uiuc.edu/Web/Mosaic/Unix/source/ @@ -20,10 +20,6 @@ WRKSRC= ${WRKDIR}/Mosaic-src ALL_TARGET= bsdi USE_X11= yes -# don't waste diskspace -post-extract: - @rm -rf ${WRKSRC}/libjpeg ${WRKSRC}/libpng - do-install: ${INSTALL} -c -s -g ${BINGRP} -m ${BINMODE} -o ${BINOWN} ${WRKSRC}/src/Mosaic ${PREFIX}/bin/Mosaic ${INSTALL} -c -g ${BINGRP} -m ${NOBINMODE} -o ${BINOWN} ${WRKSRC}/app-defaults.color ${PREFIX}/lib/X11/app-defaults/Mosaic |