forked from Lainports/freebsd-ports
upgrade to 0.8.7c
PR: 14502 Submitted by: maintainer
This commit is contained in:
parent
0094b03c28
commit
2095ac8367
2 changed files with 13 additions and 4 deletions
|
|
@ -1,5 +1,5 @@
|
|||
# New ports collection makefile for: code2html
|
||||
# Version required: 0.8.6
|
||||
# Version required: 0.8.7c
|
||||
# Date created: 01 October 1999
|
||||
# Whom: Chris D. Faulhaber <jedgar@fxp.org>
|
||||
#
|
||||
|
|
@ -7,19 +7,28 @@
|
|||
#
|
||||
|
||||
DISTNAME= code2html.pl
|
||||
PKGNAME= code2html-0.8.6
|
||||
PKGNAME= code2html-0.8.7c
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= http://www.giga.or.at/~weasel/pub/code2html/latest/
|
||||
EXTRACT_SUFX= .gz
|
||||
|
||||
MAINTAINER= jedgar@fxp.org
|
||||
|
||||
RUN_DEPENDS= bzip2:${PORTSDIR}/archivers/bzip2
|
||||
|
||||
NO_WRKSUBDIR= yes
|
||||
NO_BUILD= yes
|
||||
|
||||
do-extract:
|
||||
@${MKDIR} ${WRKDIR}
|
||||
${GZCAT} ${DISTDIR}/${DISTFILES} > ${WRKDIR}/${DISTNAME}
|
||||
@${GZCAT} ${DISTDIR}/${DISTFILES} > ${WRKDIR}/${DISTNAME}
|
||||
|
||||
do-configure:
|
||||
@${MV} ${WRKSRC}/code2html.pl ${WRKSRC}/code2html.pl.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
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKDIR}/code2html.pl ${PREFIX}/bin/code2html
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
MD5 (code2html.pl.gz) = cc138c6d85f3b0c9707da6c40bae19ec
|
||||
MD5 (code2html.pl.gz) = 6b87940e57d32c881f2140200ea06f98
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue