diff options
author | Javier Villavicencio <the_paya@gentoo.org> | 2010-10-27 04:49:07 -0300 |
---|---|---|
committer | Javier Villavicencio <the_paya@gentoo.org> | 2010-10-27 04:49:07 -0300 |
commit | e100db567eafb82442c76ac8dbfeabf5fa3c84bc (patch) | |
tree | ada5529cbfb624be14953da908410de116a4748a /sys-netbsd/netbsd-share/files/netbsd-share-5.0-Makefile.patch | |
parent | Added Manifests and files subdirs (diff) | |
download | gentoo-bsd-e100db567eafb82442c76ac8dbfeabf5fa3c84bc.tar.gz gentoo-bsd-e100db567eafb82442c76ac8dbfeabf5fa3c84bc.tar.bz2 gentoo-bsd-e100db567eafb82442c76ac8dbfeabf5fa3c84bc.zip |
Relayout the repo as a portage overlay.
Diffstat (limited to 'sys-netbsd/netbsd-share/files/netbsd-share-5.0-Makefile.patch')
-rw-r--r-- | sys-netbsd/netbsd-share/files/netbsd-share-5.0-Makefile.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sys-netbsd/netbsd-share/files/netbsd-share-5.0-Makefile.patch b/sys-netbsd/netbsd-share/files/netbsd-share-5.0-Makefile.patch new file mode 100644 index 0000000..bf65f5c --- /dev/null +++ b/sys-netbsd/netbsd-share/files/netbsd-share-5.0-Makefile.patch @@ -0,0 +1,13 @@ +--- Makefile.orig 2009-08-06 17:03:37.000000000 +0200 ++++ Makefile 2009-08-06 17:10:21.000000000 +0200 +@@ -7,8 +7,8 @@ + + .if ${MKSHARE} != "no" || \ + make(clean) || make(cleandir) || make(distclean) || make(obj) +-SUBDIR= atf dict doc examples legal man me misc mk \ +- tabset termcap tmac wscons xml xsl zoneinfo ++SUBDIR= atf dict doc examples legal me misc mk \ ++ tmac wscons xml xsl zoneinfo + .if ${MKNLS} != "no" + SUBDIR+=i18n locale nls + .endif |