openbsd-ports/www/wml/patches/patch-wml_aux_weblint_Makefile_in
bernd 7d776e30ff Initial import of wml-2.0.9.
WML is a free and extensible Webdesigner's off-line HTML generation
toolkit. It consists of a control frontend driving up to nine backends
in a sequential pass-oriented filtering scheme.  Each backend provides
one particular core language.  For maximum power WML additionally ships
with a well-suited set of include files which provide higher-level
features built on top of the backend core languages.  While not trivial
and idiot proof WML provides most of the core features real hackers
always wanted for HTML generation.

Lots of testing and feedback from steven@. Thanks!
2006-07-14 16:12:12 +00:00

21 lines
788 B
Plaintext

$OpenBSD: patch-wml_aux_weblint_Makefile_in,v 1.1.1.1 2006/07/14 16:12:14 bernd Exp $
--- wml_aux/weblint/Makefile.in.orig Fri Apr 28 09:46:17 2000
+++ wml_aux/weblint/Makefile.in Tue Jun 20 10:40:44 2006
@@ -20,6 +20,7 @@ bindir = $(prefix)/bin
libsubdir = @libsubdir@
libdir = $(prefix)/lib$(libsubdir)
mandir = $(prefix)/man
+datadir = @datadir@/wml
PATH_PERL = @PATH_PERL@
INSTALLPRIVLIB = @INSTALLPRIVLIB@
@@ -33,7 +34,7 @@ EXE_FILES = $(SRC_FILES:.src=.pl)
.SUFFIXES: .pl .src
.src.pl:
- sed -e 's|\@libdir\@|$(libdir)|g' \
+ sed -e 's|\@libdir\@|$(datadir)|g' \
-e 's|\@PATH_PERL\@|$(PATH_PERL)|g' \
-e 's|\@INSTALLPRIVLIB\@|$(INSTALLPRIVLIB)|g' \
-e 's|\@INSTALLARCHLIB\@|$(INSTALLARCHLIB)|g' \