freebsd-ports/lang/squeak/files/patch-unix_vm_build.cmake
Alexey Dokuchaev 984457601c - Stagify, sort the knobs, remove excessive whitespace and bogus comments
- Employ USE_GSTREAMER knob instead of depending on libgstreamer.so
- Use consistent separators in patch files (this also deuglifies them)

PR:	192234
2014-07-30 08:03:08 +00:00

8 lines
378 B
CMake

--- unix/vm/build.cmake.orig 2013-06-09 22:54:13.000000000 +0200
+++ unix/vm/build.cmake 2013-06-09 22:55:18.000000000 +0200
@@ -90,4 +90,4 @@
COMMAND sh ${bld}/config ${unix}/doc/squeak.1 ${bld}/squeak.1
)
ADD_DEPENDENCIES (squeakvm${scriptsuffix} squeak.1)
-INSTALL (FILES ${bld}/squeak.1 DESTINATION share/man/man1)
+INSTALL (FILES ${bld}/squeak.1 DESTINATION man/man1)