mirror of
https://git.freebsd.org/ports.git
synced 2025-06-12 08:10:31 -04:00
This update is needed for further KDE updates. - Use the new OPTIONS syntax. - Use the new LIB_DEPENDS syntax. - Stop redefining do-install; the port has its own `make install' that does the same thing provided we use USES=pathfix and tune Makefile.in. - Support staging. Bump PORTREVISION in ports that depend on libraw. PR: ports/185118 Submitted by: rakuco@ Approved by: maintainer timeout (35 days)
16 lines
323 B
Text
16 lines
323 B
Text
--- Makefile.in.orig 2013-12-23 02:36:04.000000000 +0200
|
|
+++ Makefile.in 2013-12-23 02:36:23.000000000 +0200
|
|
@@ -462,12 +462,7 @@
|
|
|
|
|
|
# Docs
|
|
-doc_DATA = COPYRIGHT \
|
|
- LICENSE.CDDL \
|
|
- LICENSE.LGPL \
|
|
- LICENSE.LibRaw.pdf \
|
|
- Changelog.txt
|
|
-
|
|
+doc_DATA =
|
|
|
|
# pkg-config .pc files
|
|
pkgconfigdir = $(libdir)/pkgconfig
|