pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/acroread8 Fix PLIST handling for linux emulation...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/81767d5b6739
branches:  trunk
changeset: 567172:81767d5b6739
user:      tez <tez%pkgsrc.org@localhost>
date:      Mon Nov 09 19:14:53 2009 +0000

description:
Fix PLIST handling for linux emulation installs (pr#42278)

diffstat:

 print/acroread8/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 7f1ff74c7a51 -r 81767d5b6739 print/acroread8/Makefile
--- a/print/acroread8/Makefile  Mon Nov 09 19:10:34 2009 +0000
+++ b/print/acroread8/Makefile  Mon Nov 09 19:14:53 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2009/11/04 23:37:53 tez Exp $
+# $NetBSD: Makefile,v 1.10 2009/11/09 19:14:53 tez Exp $
 
 DISTNAME=      acroread8       # overridden below
 PKGNAME=       acroread8-8.1.7
@@ -37,6 +37,7 @@
 .if ${EMUL_PLATFORM} == "linux-i386"
 DISTNAME=      AdobeReader_enu-8.1.7-1.i486
 PLATFORM=      intellinux
+PLIST_SRC=     PLIST PLIST.Linux
 .elif ${EMUL_PLATFORM} == "solaris-sparc"
 DISTNAME=      AdobeReader_enu-8.1.7-1.sparc
 PLATFORM=      sparcsolaris



Home | Main Index | Thread Index | Old Index