diff options
author | jedgar <jedgar@FreeBSD.org> | 2000-01-14 03:34:52 +0800 |
---|---|---|
committer | jedgar <jedgar@FreeBSD.org> | 2000-01-14 03:34:52 +0800 |
commit | 44f5eb09baf6467f38c0be40d549a0c3ae0dfeb2 (patch) | |
tree | db0d00f2632eea2ed6d61a24d4508902a3733edd /textproc/code2html/Makefile | |
parent | 053cf944b26ec1506e25c97e52293ec833c77865 (diff) | |
download | freebsd-ports-gnome-44f5eb09baf6467f38c0be40d549a0c3ae0dfeb2.tar.gz freebsd-ports-gnome-44f5eb09baf6467f38c0be40d549a0c3ae0dfeb2.tar.zst freebsd-ports-gnome-44f5eb09baf6467f38c0be40d549a0c3ae0dfeb2.zip |
Update port to 0.8.8a
* fixed documentation for REDIRECT_URL call.
* 'cpp' extensions are now identified as C++ files.
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 d35302fd4f30..f166294a454c 100644 --- a/textproc/code2html/Makefile +++ b/textproc/code2html/Makefile @@ -1,5 +1,5 @@ # New ports collection makefile for: code2html -# Version required: 0.8.8 +# Version required: 0.8.8a # Date created: 01 October 1999 # Whom: Chris D. Faulhaber <jedgar@fxp.org> # @@ -7,7 +7,7 @@ # DISTNAME= code2html -PKGNAME= code2html-0.8.8 +PKGNAME= code2html-0.8.8a CATEGORIES= textproc MASTER_SITES= http://ckb.dhs.org/projects/code2html/latest/ \ http://www.cosy.sbg.ac.at/~ppalfrad/code2html/all/latest/ |