diff options
author | wiz <wiz@pkgsrc.org> | 2007-09-13 20:19:09 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-09-13 20:19:09 +0000 |
commit | 5d38e8887671999ff4b97354c706fe9edec4c616 (patch) | |
tree | cf1dde992360842aa39d593d50f6493c735fb323 /print | |
parent | 4a045efb6091e854ed5e96ac902ab336a457b321 (diff) | |
download | pkgsrc-5d38e8887671999ff4b97354c706fe9edec4c616.tar.gz |
Fix test in startup script so it accepts NetBSD-amd64.
Now this actually runs on NetBSD-current/amd64 :)
Bump PKGREVISION.
Diffstat (limited to 'print')
-rw-r--r-- | print/acroread7/Makefile | 3 | ||||
-rw-r--r-- | print/acroread7/files/acroread.diff | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/print/acroread7/Makefile b/print/acroread7/Makefile index 447271d04b1..d5e23f5025a 100644 --- a/print/acroread7/Makefile +++ b/print/acroread7/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.19 2007/08/23 18:20:33 jlam Exp $ +# $NetBSD: Makefile,v 1.20 2007/09/13 20:19:09 wiz Exp $ DISTNAME= acroread7 # overridden below PKGNAME= acroread7-7.0.9 +PKGREVISION= 1 CATEGORIES= print MASTER_SITES= http://ardownload.adobe.com/pub/adobe/reader/unix/7x/7.0.9/enu/ diff --git a/print/acroread7/files/acroread.diff b/print/acroread7/files/acroread.diff index dd55a13bf1c..305dcc819b6 100644 --- a/print/acroread7/files/acroread.diff +++ b/print/acroread7/files/acroread.diff @@ -1,4 +1,4 @@ -$NetBSD: acroread.diff,v 1.4 2006/06/13 14:04:35 salo Exp $ +$NetBSD: acroread.diff,v 1.5 2007/09/13 20:19:09 wiz Exp $ --- acroread.orig 2006-05-23 01:33:35.000000000 +0000 +++ acroread 2006-06-13 13:55:00.000000000 +0000 @@ -49,7 +49,7 @@ $NetBSD: acroread.diff,v 1.4 2006/06/13 14:04:35 salo Exp $ + NetBSD | DragonFly) + machine_type=`uname -p` + case "$machine_type" in -+ i386) ++ i386|x86_64) + ACRO_CONFIG=intellinux + export ACRO_CONFIG + ;; |