mirror of
https://git.freebsd.org/ports.git
synced 2025-06-09 06:40:33 -04:00
Update devel/flatzebra and dependent ports. Also, do a bit of cleanup: - Remove LOCAL from MASTER_SITES - Homogenize WWW URLs - Fix licence (GPLv2+ instead of GPLv2) - Specify LICENSE_FILE - Switch to more recent (default) CXXSTD - Remove useless GNU_CONFIGURE_MANPREFIX
19 lines
475 B
Text
19 lines
475 B
Text
--- Makefile.in.orig 2024-05-31 11:23:25 UTC
|
|
+++ Makefile.in
|
|
@@ -345,7 +345,7 @@ datarootdir = @datarootdir@
|
|
builddir = @builddir@
|
|
datadir = @datadir@
|
|
datarootdir = @datarootdir@
|
|
-docdir = $(datarootdir)/doc/$(PACKAGE)-$(VERSION)
|
|
+docdir = $(datarootdir)/doc/$(PACKAGE)
|
|
dvidir = @dvidir@
|
|
exec_prefix = @exec_prefix@
|
|
host = @host@
|
|
@@ -382,7 +382,6 @@ doc_DATA = \
|
|
pkgconfig_DATA = $(PACKAGE)-$(API).pc
|
|
doc_DATA = \
|
|
AUTHORS \
|
|
- COPYING \
|
|
NEWS \
|
|
README \
|
|
THANKS
|