From 7e14401f98a22e537374c3cae35bc9803b89c1e1 Mon Sep 17 00:00:00 2001 From: schmonz Date: Tue, 19 Nov 2002 07:44:39 +0000 Subject: Indent, following acroread5's example. --- print/acroread/Makefile | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'print') diff --git a/print/acroread/Makefile b/print/acroread/Makefile index 052e5bc7a17..e1325b841fb 100644 --- a/print/acroread/Makefile +++ b/print/acroread/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2002/11/19 07:43:18 schmonz Exp $ +# $NetBSD: Makefile,v 1.32 2002/11/19 07:44:39 schmonz Exp $ PKGNAME= acroread-4.05 CATEGORIES= print @@ -22,26 +22,26 @@ SHLIB_HANDLING= NO .include "../../mk/bsd.prefs.mk" .if ${OPSYS} == "NetBSD" -.if (${MACHINE_ARCH} == "i386") +. if (${MACHINE_ARCH} == "i386") DEPENDS= suse_x11>=6.1:../../emulators/${SUSE_DIR_PREFIX}_x11 DISTNAME= linux-ar-405 PLATFORM= intellinux WRKSRC= ${WRKDIR}/ILINXR.install -.elif (${MACHINE_ARCH} == "alpha") -.if !exists(/emul/osf1/sbin/loader) +. elif (${MACHINE_ARCH} == "alpha") +. if !exists(/emul/osf1/sbin/loader) IGNORE= '${PKGNAME} requires Digital UNIX libraries - see compat_osf1(8)' -.endif +. endif DISTNAME= fdec-rs-405 PLATFORM= alphaosf WRKSRC= ${WRKDIR}/AOSFRS.install -.elif (${MACHINE_ARCH} == "sparc") -.if !exists(/emul/svr4/usr/lib/ld.so) +. elif (${MACHINE_ARCH} == "sparc") +. if !exists(/emul/svr4/usr/lib/ld.so) IGNORE= '${PKGNAME} requires Solaris libraries - see compat_svr4(8)' -.endif +. endif DISTNAME= sunsparc-rs-405 WRKSRC= ${WRKDIR}/SSOLRS.install PLATFORM= sparcsolaris -.endif +. endif ONLY_FOR_PLATFORM= *-*-i386 *-1.4[L-Z]-sparc *-1.[5-9]*-sparc *-[2-9]*-sparc # *-*-alpha .elif ${OPSYS} == "SunOS" -- cgit v1.2.3