diff options
Diffstat (limited to 'www/wml/patches/patch-ag')
-rw-r--r-- | www/wml/patches/patch-ag | 21 |
1 files changed, 3 insertions, 18 deletions
diff --git a/www/wml/patches/patch-ag b/www/wml/patches/patch-ag index 80f1083a79e..f1f36a89c55 100644 --- a/www/wml/patches/patch-ag +++ b/www/wml/patches/patch-ag @@ -1,10 +1,10 @@ -$NetBSD: patch-ag,v 1.1 2007/09/29 21:23:12 heinz Exp $ +$NetBSD: patch-ag,v 1.2 2012/04/07 13:14:25 joerg Exp $ DESTDIR support ---- Makefile.in.orig 2002-10-18 23:15:15.000000000 +0200 +--- Makefile.in.orig 2002-10-18 21:15:15.000000000 +0000 +++ Makefile.in -@@ -98,118 +98,118 @@ install: install-dirs install-core insta +@@ -98,118 +98,103 @@ install: install-dirs install-core insta install-dirs: @[ -f .build-ok ] || $(MAKE) all @echo "___ INSTALL: prepare directory structure ___" @@ -30,8 +30,6 @@ $NetBSD: patch-ag,v 1.1 2007/09/29 21:23:12 heinz Exp $ + $(MKDIR) $(DESTDIR)$(mandir)/man1 + $(MKDIR) $(DESTDIR)$(mandir)/man3 + $(MKDIR) $(DESTDIR)$(mandir)/man7 -+ $(MKDIR) $(DESTDIR)$(mandir)/$(catdir)1 -+ $(MKDIR) $(DESTDIR)$(mandir)/$(catdir)7 install-core: @echo "" @@ -89,7 +87,6 @@ $NetBSD: patch-ag,v 1.1 2007/09/29 21:23:12 heinz Exp $ + $(INSTALL_PROGRAM) wml_backend/p3_eperl/eperl@EXEEXT@ $(DESTDIR)$(libdir)/exec/wml_p3_eperl@EXEEXT@ + $(INSTALL_DATA) wml_backend/p3_eperl/eperl.1 $(DESTDIR)$(mandir)/man1/wml_p3_eperl.1 + $(INSTALL_PROGRAM) wml_backend/p4_gm4/src/m4@EXEEXT@ $(DESTDIR)$(libdir)/exec/wml_p4_gm4@EXEEXT@ -+ $(INSTALL_DATA) wml_backend/p4_gm4/doc/m4.txt $(DESTDIR)$(mandir)/$(catdir)1/wml_p4_gm4.1 + $(INSTALL_SCRIPT) wml_backend/p5_divert/divert.pl $(DESTDIR)$(libdir)/exec/wml_p5_divert + $(INSTALL_DATA) wml_backend/p5_divert/divert.1 $(DESTDIR)$(mandir)/man1/wml_p5_divert.1 + $(INSTALL_SCRIPT) wml_backend/p6_asubst/asubst.pl $(DESTDIR)$(libdir)/exec/wml_p6_asubst @@ -132,16 +129,6 @@ $NetBSD: patch-ag,v 1.1 2007/09/29 21:23:12 heinz Exp $ + $(INSTALL_DATA) wml_docs/wml_macros.7 $(DESTDIR)$(mandir)/man7/wml_macros.7 + $(INSTALL_DATA) wml_docs/wml_faq.7 $(DESTDIR)$(mandir)/man7/wml_faq.7 + $(INSTALL_DATA) wml_docs/wml_tags.7 $(DESTDIR)$(mandir)/man7/wml_tags.7 -+ $(INSTALL_DATA) wml_docs/wml_std_html20.txt $(DESTDIR)$(mandir)/$(catdir)7/wml_std_html20.7 -+ $(INSTALL_DATA) wml_docs/wml_std_html32.txt $(DESTDIR)$(mandir)/$(catdir)7/wml_std_html32.7 -+ $(INSTALL_DATA) wml_docs/wml_std_html40.txt $(DESTDIR)$(mandir)/$(catdir)7/wml_std_html40.7 -+ $(INSTALL_DATA) wml_docs/wml_std_html401.txt $(DESTDIR)$(mandir)/$(catdir)7/wml_std_html401.7 -+ $(INSTALL_DATA) wml_docs/wml_std_xhtml10.txt $(DESTDIR)$(mandir)/$(catdir)7/wml_std_xhtml10.7 -+ $(INSTALL_DATA) wml_docs/wml_std_css1.txt $(DESTDIR)$(mandir)/$(catdir)7/wml_std_css1.7 -+ $(INSTALL_DATA) wml_docs/wml_std_css2.txt $(DESTDIR)$(mandir)/$(catdir)7/wml_std_css2.7 -+ $(INSTALL_DATA) wml_docs/wml_std_csspos.txt $(DESTDIR)$(mandir)/$(catdir)7/wml_std_csspos.7 -+ $(INSTALL_DATA) wml_docs/wml_std_wai10.txt $(DESTDIR)$(mandir)/$(catdir)7/wml_std_wai10.7 -+ $(INSTALL_DATA) wml_docs/wml_barebone.txt $(DESTDIR)$(mandir)/$(catdir)7/wml_barebone.7 install-aux: @echo "" @@ -173,10 +160,8 @@ $NetBSD: patch-ag,v 1.1 2007/09/29 21:23:12 heinz Exp $ + $(INSTALL_SCRIPT) wml_aux/map2html/map2html.pl $(DESTDIR)$(libdir)/exec/wml_aux_map2html + $(INSTALL_DATA) wml_aux/map2html/map2html.1 $(DESTDIR)$(mandir)/man1/wml_aux_map2html.1 + $(INSTALL_SCRIPT) wml_aux/txt2html/txt2html.pl $(DESTDIR)$(libdir)/exec/wml_aux_txt2html -+ $(INSTALL_DATA) wml_aux/txt2html/txt2html.txt $(DESTDIR)$(mandir)/$(catdir)1/wml_aux_txt2html.1 + $(INSTALL_DATA) wml_aux/txt2html/txt2html.dict $(DESTDIR)$(libdir)/data/txt2html.dict + $(INSTALL_PROGRAM) wml_aux/tidy/tidy@EXEEXT@ $(DESTDIR)$(libdir)/exec/wml_aux_tidy@EXEEXT@ -+ $(INSTALL_DATA) wml_aux/tidy/tidy.txt $(DESTDIR)$(mandir)/$(catdir)1/wml_aux_tidy.1 + $(INSTALL_SCRIPT) wml_aux/htmlinfo/htmlinfo.pl $(DESTDIR)$(libdir)/exec/wml_aux_htmlinfo + $(INSTALL_DATA) wml_aux/htmlinfo/htmlinfo.1 $(DESTDIR)$(mandir)/man1/wml_aux_htmlinfo.1 + $(INSTALL_SCRIPT) wml_aux/linklint/linklint.pl $(DESTDIR)$(libdir)/exec/wml_aux_linklint |