pkgsrc/textproc/ebook-tools/patches/patch-ab
markd 73499d5105 Split lit2epub script out to a separate package - to remove dependency
on convertlit from this package.  Bump PKGREVISION.
2010-06-06 23:37:00 +00:00

14 lines
455 B
Text

$NetBSD: patch-ab,v 1.1 2010/06/06 23:37:00 markd Exp $
--- src/tools/CMakeLists.txt.orig 2008-06-07 19:09:38.000000000 +0000
+++ src/tools/CMakeLists.txt
@@ -3,6 +3,6 @@ add_executable (einfo einfo.c)
target_link_libraries (einfo epub)
install ( TARGETS einfo DESTINATION bin )
-if(NOT WIN32)
- install ( PROGRAMS lit2epub DESTINATION bin )
-endif(NOT WIN32)
+#if(NOT WIN32)
+# install ( PROGRAMS lit2epub DESTINATION bin )
+#endif(NOT WIN32)