summaryrefslogtreecommitdiff
path: root/textproc/latex2html (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Change *_DEPENDS on lang/perl5 to USE_PERL5 so we won't have anySatoshi Asami1999-01-021-3/+3
| | | | | | | | | | dependencies to perl5 in -current. This might cause some unwanted perl5 installations on -stable (if it was originally RUN_DEPENDS, perl5 will now be installed during build too, etc.), but its lifetime is limited anyway. Notes: svn path=/head/; revision=15765
* Use ${PERL5} wherever appropriate. Largely untested; hope my eyeballSatoshi Asami1998-09-151-3/+3
| | | | | | | | | checks haven't missed anything. Submitted by: dima Notes: svn path=/head/; revision=13159
* Copy the properly configured script to ${PREFIX}/bin, hopefully forMatthew Hunt1998-05-051-2/+2
| | | | | | | | | real this time. :-) Submitted by: Brett Taylor <brett@peloton.physics.montana.edu> Notes: svn path=/head/; revision=10855
* Configure the program, then install it.Matthew Hunt1998-05-051-2/+2
| | | | | | | Submitted by: Brett Taylor <brett@peloton.physics.montana.edu> Notes: svn path=/head/; revision=10851
* Import of latex2html, which turns LaTeX into HTMLMatthew Hunt1998-05-056-0/+384
PR: 6502 Submitted by: Brett Taylor <brett@peloton.physics.montana.edu> Notes: svn path=/head/; revision=10848