mirror of
https://git.freebsd.org/ports.git
synced 2025-06-09 23:00:30 -04:00
Update port to 0.8.8
This commit is contained in:
parent
5ba5514039
commit
3b0d6fbc80
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=24599
2 changed files with 9 additions and 8 deletions
|
@ -1,15 +1,16 @@
|
||||||
# New ports collection makefile for: code2html
|
# New ports collection makefile for: code2html
|
||||||
# Version required: 0.8.7c
|
# Version required: 0.8.8
|
||||||
# Date created: 01 October 1999
|
# Date created: 01 October 1999
|
||||||
# Whom: Chris D. Faulhaber <jedgar@fxp.org>
|
# Whom: Chris D. Faulhaber <jedgar@fxp.org>
|
||||||
#
|
#
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
#
|
||||||
|
|
||||||
DISTNAME= code2html.pl
|
DISTNAME= code2html
|
||||||
PKGNAME= code2html-0.8.7c
|
PKGNAME= code2html-0.8.8
|
||||||
CATEGORIES= textproc
|
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
|
EXTRACT_SUFX= .gz
|
||||||
|
|
||||||
MAINTAINER= jedgar@FreeBSD.org
|
MAINTAINER= jedgar@FreeBSD.org
|
||||||
|
@ -24,13 +25,13 @@ do-extract:
|
||||||
@${GZCAT} ${DISTDIR}/${DISTFILES} > ${WRKDIR}/${DISTNAME}
|
@${GZCAT} ${DISTDIR}/${DISTFILES} > ${WRKDIR}/${DISTNAME}
|
||||||
|
|
||||||
do-configure:
|
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|' \
|
@${SED} -e 's|/usr/bin/bzip2|${PREFIX}/bin/bzip2|' \
|
||||||
-e 's|/bin/gzip|/usr/bin/gzip|' \
|
-e 's|/bin/gzip|/usr/bin/gzip|' \
|
||||||
-e 's|/etc/code|${PREFIX}/etc/code|' \
|
-e 's|/etc/code|${PREFIX}/etc/code|' \
|
||||||
< ${WRKSRC}/code2html.pl.orig > ${WRKSRC}/code2html.pl
|
< ${WRKSRC}/code2html.orig > ${WRKSRC}/code2html
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
${INSTALL_SCRIPT} ${WRKDIR}/code2html.pl ${PREFIX}/bin/code2html
|
${INSTALL_SCRIPT} ${WRKDIR}/code2html ${PREFIX}/bin/
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
MD5 (code2html.pl.gz) = 6b87940e57d32c881f2140200ea06f98
|
MD5 (code2html.gz) = f1181d3e8087d82c4ecb63b5157e5867
|
||||||
|
|
Loading…
Add table
Reference in a new issue