diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-01-09 13:52:38 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-01-09 13:52:38 +0000 |
commit | 3b0d6fbc804589d2e4246f387b02986b2d95930f (patch) | |
tree | fad404e5913075f2d3dcadb20794eb7608d78843 | |
parent | 5ba5514039d3208bc3b04add5fc37df513e98357 (diff) | |
download | ports-3b0d6fbc804589d2e4246f387b02986b2d95930f.tar.gz ports-3b0d6fbc804589d2e4246f387b02986b2d95930f.zip |
Notes
-rw-r--r-- | textproc/code2html/Makefile | 15 | ||||
-rw-r--r-- | textproc/code2html/distinfo | 2 |
2 files changed, 9 insertions, 8 deletions
diff --git a/textproc/code2html/Makefile b/textproc/code2html/Makefile index d7b06a8c85b7..d35302fd4f30 100644 --- a/textproc/code2html/Makefile +++ b/textproc/code2html/Makefile @@ -1,15 +1,16 @@ # New ports collection makefile for: code2html -# Version required: 0.8.7c +# Version required: 0.8.8 # Date created: 01 October 1999 # Whom: Chris D. Faulhaber <jedgar@fxp.org> # # $FreeBSD$ # -DISTNAME= code2html.pl -PKGNAME= code2html-0.8.7c +DISTNAME= code2html +PKGNAME= code2html-0.8.8 CATEGORIES= textproc -MASTER_SITES= http://www.cosy.sbg.ac.at/~ppalfrad/code2html/ +MASTER_SITES= http://ckb.dhs.org/projects/code2html/latest/ \ + http://www.cosy.sbg.ac.at/~ppalfrad/code2html/all/latest/ EXTRACT_SUFX= .gz MAINTAINER= jedgar@FreeBSD.org @@ -24,13 +25,13 @@ do-extract: @${GZCAT} ${DISTDIR}/${DISTFILES} > ${WRKDIR}/${DISTNAME} do-configure: - @${MV} ${WRKSRC}/code2html.pl ${WRKSRC}/code2html.pl.orig + @${MV} ${WRKSRC}/code2html ${WRKSRC}/code2html.orig @${SED} -e 's|/usr/bin/bzip2|${PREFIX}/bin/bzip2|' \ -e 's|/bin/gzip|/usr/bin/gzip|' \ -e 's|/etc/code|${PREFIX}/etc/code|' \ - < ${WRKSRC}/code2html.pl.orig > ${WRKSRC}/code2html.pl + < ${WRKSRC}/code2html.orig > ${WRKSRC}/code2html do-install: - ${INSTALL_SCRIPT} ${WRKDIR}/code2html.pl ${PREFIX}/bin/code2html + ${INSTALL_SCRIPT} ${WRKDIR}/code2html ${PREFIX}/bin/ .include <bsd.port.mk> diff --git a/textproc/code2html/distinfo b/textproc/code2html/distinfo index 2b6456f2f28f..9060d30983a2 100644 --- a/textproc/code2html/distinfo +++ b/textproc/code2html/distinfo @@ -1 +1 @@ -MD5 (code2html.pl.gz) = 6b87940e57d32c881f2140200ea06f98 +MD5 (code2html.gz) = f1181d3e8087d82c4ecb63b5157e5867 |