diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2003-11-01 13:33:10 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2003-11-01 13:33:10 +0000 |
commit | ba774cfafb218ee16340ab74e6f7619a4c92f6cc (patch) | |
tree | fd997f11a54b0c7f00736b03a055a4912e9e9372 /print/acroread5 | |
parent | ae99b22f4b73ed0d0750104b9986742e7537a8c4 (diff) | |
download | pkgsrc-ba774cfafb218ee16340ab74e6f7619a4c92f6cc.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/Makefile | 5 |
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" |