freebsd-ports/math/blitz++/files/patch-Makefile.in
Thierry Thomas fd1a43f8b9 - Upgrade to 0.8;
- take maintainership.

PR:		ports/75909
Submitted by:	Olivier Saut
2005-02-22 23:35:04 +00:00

23 lines
577 B
Text

--- ./Makefile.in.orig Thu Jan 6 21:51:56 2005
+++ Makefile.in Thu Jan 6 23:01:59 2005
@@ -276,13 +276,18 @@
target_os = @target_os@
target_vendor = @target_vendor@
ACLOCAL_AMFLAGS = -I m4
+
+ifndef NOPORTDOCS
+DOCS = doc
+endif
+
SUBDIRS = bin blitz random lib testsuite \
- examples benchmarks doc
+ examples benchmarks $(DOCS)
EXTRA_DIST = LEGAL LICENSE README.binutils README-VS.NET.txt Blitz-VS.NET.zip \
ChangeLog.1
-pkgconfigdir = $(libdir)/pkgconfig
+pkgconfigdir = libdata/pkgconfig
pkgconfig_DATA = blitz.pc blitz-uninstalled.pc
all: all-recursive