mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
21 lines
710 B
Plaintext
21 lines
710 B
Plaintext
$NetBSD: patch-ac,v 1.4 2004/11/23 17:04:15 wiz Exp $
|
|
|
|
--- Makefile.in.orig 2004-10-29 22:08:38.000000000 +0200
|
|
+++ Makefile.in
|
|
@@ -230,13 +230,13 @@ target_alias = @target_alias@
|
|
x_includes = @x_includes@
|
|
x_libraries = @x_libraries@
|
|
MAINTAINERCLEANFILES = Makefile.in configure libtool config.guess config.sub ltconfig ltmain.sh aclocal.m4 config.h.in install-sh missing mkinstalldirs
|
|
-SUBDIRS = include src examples doc scripts
|
|
+SUBDIRS = include src doc scripts
|
|
EXTRA_DIST = configure ac_find_xbae.m4 Imakefile Xbae.tmpl Xbae.rules \
|
|
CVSMake
|
|
|
|
aclocaldir = @ACLOCALDIR@
|
|
@Aclocal_TRUE@aclocal_DATA = ac_find_xbae.m4
|
|
-docdir = $(prefix)/Xbae
|
|
+docdir = $(datadir)/doc/Xbae
|
|
doc_DATA = NEWS README
|
|
|
|
#
|