summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorschmonz <schmonz>2002-11-19 07:44:39 +0000
committerschmonz <schmonz>2002-11-19 07:44:39 +0000
commit7e14401f98a22e537374c3cae35bc9803b89c1e1 (patch)
treef55bf7735c3acafe53c75cc45a2767a2ee3cc3de /print
parentbc3879abacc4fc1a410b718802986521dc663c3e (diff)
downloadpkgsrc-7e14401f98a22e537374c3cae35bc9803b89c1e1.tar.gz
Indent, following acroread5's example.
Diffstat (limited to 'print')
-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"