diff options
-rw-r--r-- | www/bsdi-netscape47-communicator/Makefile | 14 | ||||
-rw-r--r-- | www/netscape47-communicator/Makefile | 14 |
2 files changed, 14 insertions, 14 deletions
diff --git a/www/bsdi-netscape47-communicator/Makefile b/www/bsdi-netscape47-communicator/Makefile index 46178ebaed81..f8d970d202cb 100644 --- a/www/bsdi-netscape47-communicator/Makefile +++ b/www/bsdi-netscape47-communicator/Makefile @@ -11,23 +11,23 @@ .endif .if ${ARCH} == "i386" -MASTER_SITES?= ftp://ftp.netscape.com./pub/communicator/english/4.72/unix/unsupported/freebsd/complete_install/ -DISTFILES?= communicator-v472-export.x86-unknown-freebsd.tar.gz +MASTER_SITES?= ftp://ftp.netscape.com./pub/communicator/english/4.72/unix/unsupported/freebsd/complete_install/ +DISTFILES?= communicator-v472-export.x86-unknown-freebsd.tar.gz .elif ${ARCH} == "alpha" -MASTER_SITES?= ftp://ftp.netscape.com./pub/communicator/english/4.72/unix/supported/dec_unix40/complete_install/ -DISTFILES?= communicator-v472-export.alpha-dec-osf4.0.tar.gz +MASTER_SITES?= ftp://ftp.netscape.com./pub/communicator/english/4.72/unix/supported/dec_unix40/complete_install/ +DISTFILES?= communicator-v472-export.alpha-dec-osf4.0.tar.gz .endif ONLY_FOR_ARCHS= i386 alpha MASTERDIR= ${.CURDIR}/../netscape4-communicator .if ${ARCH} == "i386" -WRKSRC?= ${WRKDIR}/${BROWSER}-v472.x86-unknown-freebsd +WRKSRC?= ${WRKDIR}/${BROWSER}-v472.x86-unknown-freebsd .elif ${ARCH} == "alpha" -WRKSRC?= ${WRKDIR}/${BROWSER}-v472.alpha-dec-osf4.0 +WRKSRC?= ${WRKDIR}/${BROWSER}-v472.alpha-dec-osf4.0 .endif -BROWSER_VER= 4.72 +BROWSER_VER= 4.72 # taken from ,${BLDVERS} in ns-install INFILE_HEAD?= 'Communicator,4.72.0.20000131' NO_AUTOADMIN= yes diff --git a/www/netscape47-communicator/Makefile b/www/netscape47-communicator/Makefile index 46178ebaed81..f8d970d202cb 100644 --- a/www/netscape47-communicator/Makefile +++ b/www/netscape47-communicator/Makefile @@ -11,23 +11,23 @@ .endif .if ${ARCH} == "i386" -MASTER_SITES?= ftp://ftp.netscape.com./pub/communicator/english/4.72/unix/unsupported/freebsd/complete_install/ -DISTFILES?= communicator-v472-export.x86-unknown-freebsd.tar.gz +MASTER_SITES?= ftp://ftp.netscape.com./pub/communicator/english/4.72/unix/unsupported/freebsd/complete_install/ +DISTFILES?= communicator-v472-export.x86-unknown-freebsd.tar.gz .elif ${ARCH} == "alpha" -MASTER_SITES?= ftp://ftp.netscape.com./pub/communicator/english/4.72/unix/supported/dec_unix40/complete_install/ -DISTFILES?= communicator-v472-export.alpha-dec-osf4.0.tar.gz +MASTER_SITES?= ftp://ftp.netscape.com./pub/communicator/english/4.72/unix/supported/dec_unix40/complete_install/ +DISTFILES?= communicator-v472-export.alpha-dec-osf4.0.tar.gz .endif ONLY_FOR_ARCHS= i386 alpha MASTERDIR= ${.CURDIR}/../netscape4-communicator .if ${ARCH} == "i386" -WRKSRC?= ${WRKDIR}/${BROWSER}-v472.x86-unknown-freebsd +WRKSRC?= ${WRKDIR}/${BROWSER}-v472.x86-unknown-freebsd .elif ${ARCH} == "alpha" -WRKSRC?= ${WRKDIR}/${BROWSER}-v472.alpha-dec-osf4.0 +WRKSRC?= ${WRKDIR}/${BROWSER}-v472.alpha-dec-osf4.0 .endif -BROWSER_VER= 4.72 +BROWSER_VER= 4.72 # taken from ,${BLDVERS} in ns-install INFILE_HEAD?= 'Communicator,4.72.0.20000131' NO_AUTOADMIN= yes |