diff options
author | jedgar <jedgar@FreeBSD.org> | 2000-03-30 03:38:34 +0000 |
---|---|---|
committer | jedgar <jedgar@FreeBSD.org> | 2000-03-30 03:38:34 +0000 |
commit | bb8fe11820bdaf635bc8b1f2e206fb387798b1d0 (patch) | |
tree | d6dd3d37ab50d741db539c9fa94246552fda3745 /textproc/code2html/Makefile | |
parent | 8a3b2dfee6f35b6fadbb4ec329e0345646003fcc (diff) | |
download | FreeBSD-ports-bb8fe11820bdaf635bc8b1f2e206fb387798b1d0.zip FreeBSD-ports-bb8fe11820bdaf635bc8b1f2e206fb387798b1d0.tar.gz |
Update port to 0.8.9a
PR: 17648
Submitted by: tkato@prontomail.ne.jp
Diffstat (limited to 'textproc/code2html/Makefile')
-rw-r--r-- | textproc/code2html/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/textproc/code2html/Makefile b/textproc/code2html/Makefile index 5391918..1393c18 100644 --- a/textproc/code2html/Makefile +++ b/textproc/code2html/Makefile @@ -1,22 +1,21 @@ # New ports collection makefile for: code2html -# Version required: 0.8.9 +# Version required: 0.8.9a # Date created: 01 October 1999 # Whom: Chris D. Faulhaber <jedgar@fxp.org> # # $FreeBSD$ # -DISTNAME= code2html-0.8.9 +DISTNAME= code2html-0.8.9a CATEGORIES= textproc MASTER_SITES= ftp://code2html.sourceforge.net/pub/code2html/all/ \ - http://www.cosy.sbg.ac.at/~ppalfrad/code2html/all/latest/ + http://www.cosy.sbg.ac.at/~ppalfrad/code2html/all/ MAINTAINER= jedgar@FreeBSD.org RUN_DEPENDS= bzip2:${PORTSDIR}/archivers/bzip2 NO_BUILD= yes -WRKSRC= ${WRKDIR}/code2html-8.8.9 MAN1= code2html.1 |