summaryrefslogtreecommitdiff
path: root/print/acroread5
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2003-11-01 13:33:10 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2003-11-01 13:33:10 +0000
commitb7f705df5ecf3030638fd02a6041be41ecf5d388 (patch)
treefd997f11a54b0c7f00736b03a055a4912e9e9372 /print/acroread5
parent5063650c3abf90f8e5414e561313d1909af0d2df (diff)
downloadpkgsrc-b7f705df5ecf3030638fd02a6041be41ecf5d388.tar.gz
do not unconditionally include the linux stuff. This allows this pkg to install on sparc systems
Diffstat (limited to 'print/acroread5')
-rw-r--r--print/acroread5/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/print/acroread5/Makefile b/print/acroread5/Makefile
index cf4618fc49c..dd874c9d2e4 100644
--- a/print/acroread5/Makefile
+++ b/print/acroread5/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2003/09/04 08:21:57 martti Exp $
+# $NetBSD: Makefile,v 1.18 2003/11/01 13:33:10 dmcmahill Exp $
DISTNAME= acroread5 # Overridden below
PKGNAME= acroread5-5.08
@@ -73,5 +73,8 @@ post-install:
@${ECHO_MSG} "Be sure to read the license agreement in"
@${ECHO_MSG} "${PREFIX}/Acrobat5/Reader/license.txt"
+# do not include the linux stuff if we are, for example, on a Solaris box
+. if (${MACHINE_ARCH} == "i386")
.include "../../emulators/suse_linux/Makefile.application"
+.endif
.include "../../mk/bsd.pkg.mk"