diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-03-30 03:38:34 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-03-30 03:38:34 +0000 |
commit | 92f41f3c18c140d03f40583966d8a218c1b74738 (patch) | |
tree | f17e72ce45a49894696c456728c21279acc09dd2 /textproc/code2html/Makefile | |
parent | e3bbb3138e127f742a0fba92d12a6c376dddb231 (diff) | |
download | ports-92f41f3c18c140d03f40583966d8a218c1b74738.tar.gz ports-92f41f3c18c140d03f40583966d8a218c1b74738.zip |
Notes
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 539191893f23..1393c18aad3c 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 |