pkgsrc-Bugs archive

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

Re: pkg/42278 (print/acroread8 PLIST problems (file-check test))



Please try this patch and see if it resolves your issue (the missing
filenames are in PLIST.Linux already, so this should cause them to be
included.)

Index: Makefile
===================================================================
RCS file: /usr/cvs/pkgsrc/print/acroread8/Makefile,v
retrieving revision 1.9
diff -w -u -b -r1.9 Makefile
--- Makefile    4 Nov 2009 23:37:53 -0000       1.9
+++ Makefile    9 Nov 2009 13:11:36 -0000
@@ -37,6 +37,7 @@
 .if ${EMUL_PLATFORM} == "linux-i386"
 DISTNAME=      AdobeReader_enu-8.1.7-1.i486
 PLATFORM=      intellinux
+PLIST_SRC+=    PLIST.Linux
 .elif ${EMUL_PLATFORM} == "solaris-sparc"
 DISTNAME=      AdobeReader_enu-8.1.7-1.sparc
 PLATFORM=      sparcsolaris


Home | Main Index | Thread Index | Old Index