freebsd-share-8.0-gnu-miscfiles.patch 858 B

123456789101112131415161718192021222324252627
  1. --- share/misc/Makefile.old 2010-03-12 01:32:39 +0100
  2. +++ share/misc/Makefile 2010-03-12 01:33:25 +0100
  3. @@ -3,9 +3,9 @@
  4. .PATH: ${.CURDIR}/../../sys/dev/usb
  5. -FILES= ascii birthtoken bsd-family-tree committers-doc.dot committers-ports.dot \
  6. +FILES= bsd-family-tree committers-doc.dot committers-ports.dot \
  7. committers-src.dot eqnchar flowers init.ee \
  8. - iso3166 iso639 latin1 man.template mdoc.template operator pci_vendors \
  9. + iso3166 iso639 man.template mdoc.template pci_vendors \
  10. scsi_modes usb_hid_usages usbdevs
  11. NO_OBJ=
  12. --- share/dict/Makefile.old 2010-03-12 01:33:53 +0100
  13. +++ share/dict/Makefile 2010-03-12 01:34:18 +0100
  14. @@ -4,8 +4,7 @@
  15. NO_OBJ=
  16. # XXX MISSING: connectives words
  17. -FILES= README propernames web2 web2a freebsd
  18. +FILES= README freebsd
  19. FILESDIR= ${BINDIR}/dict
  20. -SYMLINKS= web2 ${FILESDIR}/words
  21. .include <bsd.prog.mk>