diff options
author | schmonz <schmonz@pkgsrc.org> | 2002-11-19 07:44:39 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2002-11-19 07:44:39 +0000 |
commit | e0bdc2f6022c61552e9d4626b2455070ec64890c (patch) | |
tree | f55bf7735c3acafe53c75cc45a2767a2ee3cc3de /print/acroread | |
parent | e003b0fbe89d07c65b880a2c88260e68ccc26f76 (diff) | |
download | pkgsrc-e0bdc2f6022c61552e9d4626b2455070ec64890c.tar.gz |
Indent, following acroread5's example.
Diffstat (limited to 'print/acroread')
-rw-r--r-- | print/acroread/Makefile | 18 |
1 files changed, 9 insertions, 9 deletions
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" |