diff options
author | Ralf S. Engelschall <rse@FreeBSD.org> | 1997-12-19 21:48:56 +0000 |
---|---|---|
committer | Ralf S. Engelschall <rse@FreeBSD.org> | 1997-12-19 21:48:56 +0000 |
commit | 73bba9e093c82fb06105a14de92bee2c42bd968e (patch) | |
tree | d305bc4662c9b37e01db284a44f9a593d7c4d8c1 /www/wml | |
parent | 904d70634bed7e0613d3e059eb7fe0c45b682423 (diff) | |
download | ports-73bba9e093c82fb06105a14de92bee2c42bd968e.tar.gz ports-73bba9e093c82fb06105a14de92bee2c42bd968e.zip |
Notes
Diffstat (limited to 'www/wml')
-rw-r--r-- | www/wml/Makefile | 5 | ||||
-rw-r--r-- | www/wml/pkg-plist | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/www/wml/Makefile b/www/wml/Makefile index d22e1d2f9696..b0256dfb12ca 100644 --- a/www/wml/Makefile +++ b/www/wml/Makefile @@ -3,7 +3,7 @@ # Date created: 09-Sep-1997 # Whom: Ralf S. Engelschall <rse@engelschall.com> # -# $Id: Makefile,v 1.11 1997/12/09 16:11:05 rse Exp $ +# $Id: Makefile,v 1.12 1997/12/19 21:11:39 rse Exp $ # DISTNAME= wml-1.4.7 @@ -21,7 +21,8 @@ CONFIGURE_ARGS= --prefix=${PREFIX} \ CAT1= wml_aux_linklint.1 wml_aux_txt2html.1 \ wml_aux_wwwtable.1 wml_p2_mhc.1 wml_p4_gm4.1 -MAN1= wmd.1 wmk.1 wml.1 wml_aux_htmlinfo.1 wml_aux_iselect.1 \ +MAN1= wmd.1 wmk.1 wml.1 wmb.1 \ + wml_aux_htmlinfo.1 wml_aux_iselect.1 \ wml_aux_map2html.1 wml_aux_weblint.1 wml_p1_ipp.1 \ wml_p3_eperl.1 wml_p5_divert.1 wml_p6_asubst.1 \ wml_p7_htmlfix.1 wml_p8_htmlstrip.1 wml_p9_slice.1 diff --git a/www/wml/pkg-plist b/www/wml/pkg-plist index 01975e575aac..6374dceacb41 100644 --- a/www/wml/pkg-plist +++ b/www/wml/pkg-plist @@ -1,6 +1,7 @@ bin/wmd bin/wmk bin/wml +bin/wmb bin/wml_p1_ipp bin/wml_p2_mhc bin/wml_p3_eperl @@ -101,6 +102,7 @@ lib/wml/perl/lib/site_perl/IO.pm man/man1/wmd.1.gz man/man1/wmk.1.gz man/man1/wml.1.gz +man/man1/wmb.1.gz man/man1/wml_p1_ipp.1.gz man/cat1/wml_p2_mhc.1.gz man/man1/wml_p3_eperl.1.gz |