summaryrefslogtreecommitdiff
path: root/print/acroread5
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2003-11-01 13:33:10 +0000
committerdmcmahill <dmcmahill>2003-11-01 13:33:10 +0000
commit0c3fa4e51a71a80c9eaed002d51c3cf49671be88 (patch)
treefd997f11a54b0c7f00736b03a055a4912e9e9372 /print/acroread5
parenta30e9838313c2bd405e7ede73146a8627d1dfbe6 (diff)
downloadpkgsrc-0c3fa4e51a71a80c9eaed002d51c3cf49671be88.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"