mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
18 lines
573 B
Plaintext
18 lines
573 B
Plaintext
$NetBSD: patch-ad,v 1.11 2011/05/11 07:49:59 adam Exp $
|
|
|
|
Don't install documentation with this package, it is in
|
|
gtar-info (to reduce dependencies when gtar is used for
|
|
bootstrapping).
|
|
|
|
--- Makefile.in.orig 2010-11-07 13:53:49.000000000 +0000
|
|
+++ Makefile.in
|
|
@@ -1028,7 +1028,7 @@ top_builddir = @top_builddir@
|
|
top_srcdir = @top_srcdir@
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
EXTRA_DIST = ChangeLog.1 Make.rules
|
|
-SUBDIRS = doc gnu lib rmt src scripts po tests
|
|
+SUBDIRS = gnu lib rmt src scripts po tests
|
|
gen_start_date = 2009-03-06
|
|
prev_change_log = ChangeLog.CVS
|
|
changelog_dir = .
|