From ba774cfafb218ee16340ab74e6f7619a4c92f6cc Mon Sep 17 00:00:00 2001 From: dmcmahill Date: Sat, 1 Nov 2003 13:33:10 +0000 Subject: do not unconditionally include the linux stuff. This allows this pkg to install on sparc systems --- print/acroread5/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'print/acroread5') 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" -- cgit v1.2.3