diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-01-17 01:33:20 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-01-17 01:33:20 +0800 |
commit | 51369898d389675759f44baed7961d59c8233c93 (patch) | |
tree | 8b4ec24d53e3f6345ace454c06ff938dbaf9a7a1 /www/netscape3 | |
parent | 03f706620f3d8413ee3403771d9bc2bc73023978 (diff) | |
download | freebsd-ports-gnome-51369898d389675759f44baed7961d59c8233c93.tar.gz freebsd-ports-gnome-51369898d389675759f44baed7961d59c8233c93.tar.zst freebsd-ports-gnome-51369898d389675759f44baed7961d59c8233c93.zip |
Massive style enforcement - use ^I instead of spaces for variables identation.
Diffstat (limited to 'www/netscape3')
-rw-r--r-- | www/netscape3/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/netscape3/Makefile b/www/netscape3/Makefile index 2ae1a2632d32..d862ec80e8c2 100644 --- a/www/netscape3/Makefile +++ b/www/netscape3/Makefile @@ -6,10 +6,10 @@ # PORTNAME?= netscape -PORTVERSION?= 3.04 +PORTVERSION?= 3.04 CATEGORIES= www MASTER_SITES?= ftp://archive:oldies@archive.netscape.com/archive/navigator/3.04/shipping/english/unix/bsdi11/navigator_complete/ -DISTFILES= netscape-v304-export.x86-unknown-bsd.tar.gz +DISTFILES= netscape-v304-export.x86-unknown-bsd.tar.gz MAINTAINER= sada@FreeBSD.org @@ -26,7 +26,7 @@ PKGREQ= ${PORTSDIR}/www/netscape4-communicator/pkg-req.aout MASTER_SITES+= ftp://ftp.fortify.net/pub/Fortify/ \ ftp://ftp.za.freebsd.org/pub/Fortify/ DISTFILES+= ${FORTIFY}.tar.gz -RESTRICTED= "Contains strong cryptography" +RESTRICTED= "Contains strong cryptography" .endif FORTIFY= Fortify-1.4.6-unix-x86 |