diff options
author | obrien <obrien@FreeBSD.org> | 1998-02-15 07:35:48 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1998-02-15 07:35:48 +0800 |
commit | 5fd4a3e9b6acb9da011fad63d0298421fc478482 (patch) | |
tree | c8beb2622cfb35101ca1e984729e45ccf09266c7 | |
parent | fd8fce210b9135d170d61c52814d8f386f83d6f1 (diff) | |
download | freebsd-ports-gnome-5fd4a3e9b6acb9da011fad63d0298421fc478482.tar.gz freebsd-ports-gnome-5fd4a3e9b6acb9da011fad63d0298421fc478482.tar.zst freebsd-ports-gnome-5fd4a3e9b6acb9da011fad63d0298421fc478482.zip |
Cleanup Makefile.
Dirt noticed by: Max
-rw-r--r-- | www/netscape4-communicator.us/Makefile | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/www/netscape4-communicator.us/Makefile b/www/netscape4-communicator.us/Makefile index 60cd4a553e3f..84af408f61e1 100644 --- a/www/netscape4-communicator.us/Makefile +++ b/www/netscape4-communicator.us/Makefile @@ -1,14 +1,13 @@ # ex:ts=8 # New ports collection makefile for: netscape (full communicator version) -# Version required: 4.04 -# Date created: 24 Feb 1997 -# Whom: ache +# Version required: 4.04-us +# Date created: 14 Feb 1998 +# Whom: obrien@cs.ucdavis.edu # -# $Id: Makefile,v 1.14 1998/01/26 09:56:31 vanilla Exp $ +# $Id: Makefile,v 1.1.1.1 1998/02/11 03:31:30 obrien Exp $ # DISTNAME= communicator-v404-us.x86-unknown-linux2.0 -#PKGNAME= linux-netscape4-us PKGNAME= netscape-communicator-4.04.us CATEGORIES= www @@ -48,10 +47,6 @@ pre-fetch: .endif .endif -##post-configure: -## ${PATCH} -d ${WRKSRC} --forward --quiet -E ${PATCH_STRIP} \ -## < ${PATCHDIR}/secondary.patch-ab - do-install: cd ${WRKSRC} && yes "" | \ LC_TIME=C MOZILLA_HOME="${NDIR}" ./ns-install |