openbsd-ports/www/clearsilver/patches/patch-Makefile
sturm fa55d66dfd Initial import of clearsilver 0.9.14
Clearsilver is a fast, powerful, and language-neutral HTML template
system. In both static content sites and dynamic HTML applications,
it provides a separation between presentation code and application
logic which makes working with your project easier.

from markus@
2005-05-26 01:33:38 +00:00

16 lines
404 B
Plaintext

$OpenBSD: patch-Makefile,v 1.1.1.1 2005/05/26 01:33:38 sturm Exp $
man page regeneration is useless and requires python
--- Makefile.orig Wed May 25 19:16:57 2005
+++ Makefile Wed May 25 19:17:16 2005
@@ -35,7 +35,7 @@ cs: output_dir
fi; \
done
-install: all man
+install:
./mkinstalldirs $(DESTDIR)$(cs_includedir)
./mkinstalldirs $(DESTDIR)$(bindir)
./mkinstalldirs $(DESTDIR)$(libdir)