summaryrefslogtreecommitdiff
path: root/print/acroread
diff options
context:
space:
mode:
authorschmonz <schmonz@pkgsrc.org>2002-11-19 07:44:39 +0000
committerschmonz <schmonz@pkgsrc.org>2002-11-19 07:44:39 +0000
commite0bdc2f6022c61552e9d4626b2455070ec64890c (patch)
treef55bf7735c3acafe53c75cc45a2767a2ee3cc3de /print/acroread
parente003b0fbe89d07c65b880a2c88260e68ccc26f76 (diff)
downloadpkgsrc-e0bdc2f6022c61552e9d4626b2455070ec64890c.tar.gz
Indent, following acroread5's example.
Diffstat (limited to 'print/acroread')
-rw-r--r--print/acroread/Makefile18
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"