tech-pkg archive

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

make print-PLIST and lib/charset.alias



Hi,

The result of "make print-PLIST" contains lib/charset.alias.
The following patch remove lib/charset.alias from print-PLIST.
Is this acceptable?

Index: mk/plist/print-plist.mk
===================================================================
RCS file: /cvsroot/pkgsrc/mk/plist/print-plist.mk,v
retrieving revision 1.19
diff -u -r1.19 print-plist.mk
--- mk/plist/print-plist.mk     30 Aug 2011 11:19:51 -0000      1.19
+++ mk/plist/print-plist.mk     25 Oct 2011 11:26:48 -0000
@@ -56,6 +56,7 @@
     (defined(FONTS_DIRS.x11) && !empty(FONTS_DIRS.x11:M*))
 _PRINT_PLIST_AWK_IGNORE+=      || ($$0 ~ /^.*\/fonts\.cache-1/)
 .endif
+_PRINT_PLIST_AWK_IGNORE+=      || ($$0 ~ /lib\/charset.alias/)
 
 # Common (system) directories not to generate @dirrm statements for
 # Reads _MTREE_FILE and generate awk statements that will

--
Ryo ONODERA // ryo_on%yk.rim.or.jp@localhost
PGP fingerprint = 82A2 DC91 76E0 A10A 8ABB  FD1B F404 27FA C7D1 15F3




Home | Main Index | Thread Index | Old Index