From 65edb6c4e22585cd11e6715baa25e173e198269a Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Fri, 14 Apr 2000 13:18:13 +0000 Subject: [PATCH] Move down bsd.port.pre.mk inclusion to below PORTNAME/PORTVERSION definitions these are used to define other variables. --- print/acroread/Makefile | 2 +- print/acroread4/Makefile | 2 +- print/acroread5/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/print/acroread/Makefile b/print/acroread/Makefile index 27ed242b6bbe..a7ac7a9f4de9 100644 --- a/print/acroread/Makefile +++ b/print/acroread/Makefile @@ -4,13 +4,13 @@ # # $FreeBSD$ # -.include PORTNAME= acroread PORTVERSION= 3.02 CATEGORIES= print linux MASTER_SITES= ftp://ftp.adobe.com/pub/adobe/acrobatreader/unix/3.x/ \ ftp://sunsite.cnlab-switch.ch/mirror/acrobatreader/unix/3.x/ +.include .if ${ARCH} == "i386" DISTNAME= ar302lin .elif ${ARCH} == "alpha" diff --git a/print/acroread4/Makefile b/print/acroread4/Makefile index 1bbc2f661cee..32af4ecb5be6 100644 --- a/print/acroread4/Makefile +++ b/print/acroread4/Makefile @@ -4,12 +4,12 @@ # # $FreeBSD$ # -.include PORTNAME= acroread PORTVERSION= 4.05 CATEGORIES= print linux MASTER_SITES= ftp://ftp-pac.adobe.com/pub/adobe/acrobatreader/unix/4.x/ +.include .if ${ARCH} == "i386" DISTNAME= linux-ar-405 .elif ${ARCH} == "alpha" diff --git a/print/acroread5/Makefile b/print/acroread5/Makefile index 1bbc2f661cee..32af4ecb5be6 100644 --- a/print/acroread5/Makefile +++ b/print/acroread5/Makefile @@ -4,12 +4,12 @@ # # $FreeBSD$ # -.include PORTNAME= acroread PORTVERSION= 4.05 CATEGORIES= print linux MASTER_SITES= ftp://ftp-pac.adobe.com/pub/adobe/acrobatreader/unix/4.x/ +.include .if ${ARCH} == "i386" DISTNAME= linux-ar-405 .elif ${ARCH} == "alpha"