mirror of
https://git.freebsd.org/ports.git
synced 2025-05-23 04:03:14 -04:00
PR: 222328 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> Approved by: kuriyama (maintainer timeout)
23 lines
552 B
Text
23 lines
552 B
Text
--- Makefile.in.orig 2005-12-23 14:16:01 UTC
|
|
+++ Makefile.in
|
|
@@ -247,9 +247,9 @@ sharedstatedir = @sharedstatedir@
|
|
sysconfdir = @sysconfdir@
|
|
target_alias = @target_alias@
|
|
AUTOMAKE_OPTIONS = check-news
|
|
-SUBDIRS = pubtext unicode doc \
|
|
+SUBDIRS = pubtext unicode \
|
|
include generic \
|
|
- intl po \
|
|
+ po \
|
|
lib nsgmls spent spam sgmlnorm sx spcat \
|
|
tests @DOCSRC@
|
|
|
|
@@ -709,7 +709,7 @@ info: info-recursive
|
|
|
|
info-am:
|
|
|
|
-install-data-am: install-pkgdocDATA install-pkgincludeHEADERS
|
|
+install-data-am: install-pkgincludeHEADERS
|
|
|
|
install-exec-am:
|
|
|