diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-01-19 00:45:32 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-01-19 00:45:32 +0000 |
commit | 7a06aa88b6db5cbccfdca1c9e9e7f3de5620fbe3 (patch) | |
tree | 551c24ac4d9b494f75e4fe39b947cc86792c6e4e /textproc/code2html/Makefile | |
parent | Upgrade to 1.8a40. (diff) |
Update port to 0.8.8b
* fixed some typos
* fixed problem with string recognition if last character was a
backslash
* fixed endtag of 'predefined type' style
Notes
Notes:
svn path=/head/; revision=24826
Diffstat (limited to 'textproc/code2html/Makefile')
-rw-r--r-- | textproc/code2html/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/code2html/Makefile b/textproc/code2html/Makefile index f166294a454c..1ae4e2d469c2 100644 --- a/textproc/code2html/Makefile +++ b/textproc/code2html/Makefile @@ -1,5 +1,5 @@ # New ports collection makefile for: code2html -# Version required: 0.8.8a +# Version required: 0.8.8b # Date created: 01 October 1999 # Whom: Chris D. Faulhaber <jedgar@fxp.org> # @@ -7,7 +7,7 @@ # DISTNAME= code2html -PKGNAME= code2html-0.8.8a +PKGNAME= code2html-0.8.8b CATEGORIES= textproc MASTER_SITES= http://ckb.dhs.org/projects/code2html/latest/ \ http://www.cosy.sbg.ac.at/~ppalfrad/code2html/all/latest/ |