freebsd-ports/sysutils/read-edid/files/patch-CMakeLists.txt
Alexey Dokuchaev 73966541c1 Add a port of read-edid utility, a pair of tools for reading the EDID from
a monitor.  It is mostly useful to read LCD matrix manufacturer and model.

WWW: http://www.polypux.org/projects/read-edid/

NB: TIMESTAMP line in distinfo should read as follows, but has to stay in
its current form due to a bug in the hook script:
TIMESTAMP (read-edid-3.0.2.tar.gz) = 1430271430
2016-08-20 18:43:29 +00:00

11 lines
403 B
Text

--- CMakeLists.txt.orig 2014-02-05 16:27:26 UTC
+++ CMakeLists.txt
@@ -12,6 +12,6 @@ if (I2CBUILD OR CLASSICBUILD)
endif ()
add_subdirectory (parse-edid)
-INSTALL(FILES get-edid.1 DESTINATION share/man/man1)
-INSTALL(FILES AUTHORS ChangeLog COPYING README DESTINATION
+INSTALL(FILES get-edid.1 DESTINATION man/man1)
+INSTALL(FILES AUTHORS ChangeLog LICENSE README DESTINATION
share/doc/read-edid)