mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
1c951b39ec
- Add WITHOUT_NLS support. - Install doc files into the standard DOCSDIR only. - Clean up Makefile to make portlint happy. - Improvements since 1.5: translated .po files, $SP_MESSAGE_FORMAT, HTTP redirection, $SP_HTTP_USER_AGENT, $SP_HTTP_ACCEPT, and preserve case option in osx(1). Submitted by: hrs
24 lines
523 B
Plaintext
24 lines
523 B
Plaintext
--- Makefile.in.orig Fri Dec 23 23:16:01 2005
|
|
+++ Makefile.in Sun Jan 7 23:29:03 2007
|
|
@@ -247,9 +247,9 @@
|
|
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-am:
|
|
|
|
-install-data-am: install-pkgdocDATA install-pkgincludeHEADERS
|
|
+install-data-am: install-pkgincludeHEADERS
|
|
|
|
install-exec-am:
|
|
|