diff options
author | vs <vs@FreeBSD.org> | 2004-07-01 19:00:52 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2004-07-01 19:00:52 +0800 |
commit | abdf046b0f0036785bfed3d9dbb57f4db6677312 (patch) | |
tree | 415b3261eea96330720a165c3a298d83b0154f70 /sysutils/cvsweb-converters/Makefile | |
parent | fa64257b8b6417324f180d9434740e4608bc7879 (diff) | |
download | freebsd-ports-gnome-abdf046b0f0036785bfed3d9dbb57f4db6677312.tar.gz freebsd-ports-gnome-abdf046b0f0036785bfed3d9dbb57f4db6677312.tar.zst freebsd-ports-gnome-abdf046b0f0036785bfed3d9dbb57f4db6677312.zip |
- Update to 0.2.1:
Parse FreeBSD commitmessages again, after the date format has changed
slightly on 5 June 2004
- Nuke plist in favour of PLIST_FILES while here
PR: ports/68507
Submitted by: maintainer
Diffstat (limited to 'sysutils/cvsweb-converters/Makefile')
-rw-r--r-- | sysutils/cvsweb-converters/Makefile | 22 |
1 files changed, 6 insertions, 16 deletions
diff --git a/sysutils/cvsweb-converters/Makefile b/sysutils/cvsweb-converters/Makefile index 40ea44c24c35..aa9b8cd56213 100644 --- a/sysutils/cvsweb-converters/Makefile +++ b/sysutils/cvsweb-converters/Makefile @@ -6,35 +6,25 @@ # PORTNAME= cvsweb-converters -PORTVERSION= 0.2.1 +PORTVERSION= 0.2.2 CATEGORIES= sysutils MASTER_SITES= http://www.sbox.TUGraz.at/home/d/dada/distfiles/ MAINTAINER= mkamm@gmx.net COMMENT= Create hyperlinks to cvsweb from cvs[up] output or FreeBSD commitlogs -RUN_DEPENDS= ${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI \ +BUILD_DEPENDS= ${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI \ ${SITE_PERL}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \ ${SITE_PERL}/Config/IniFiles.pm:${PORTSDIR}/devel/p5-Config-IniFiles \ ${SITE_PERL}/Time/ParseDate.pm:${PORTSDIR}/devel/p5-Time-modules +RUN_DEPENDS= ${BUILD_DEPENDS} NO_BUILD= yes USE_PERL5= yes +GNU_CONFIGURE= yes -post-patch: - @${PERL} -i -wpe ' \ - s[ \@PREFIX\@ ](${PREFIX})gx; \ - s[ \@PERL\@ ](${PERL})gx; \ - ' -- "${WRKSRC}"/*.pl.in - -do-install: - cd ${WRKSRC} && \ - ${MKDIR} -- "${PREFIX}/bin" "${PREFIX}/etc" && \ - for f in cvsuplog2cvsweb.pl.in cvsrdiff2cvsweb.pl.in \ - commitlog2cvsweb.pl.in; do ${INSTALL_SCRIPT} -- \ - $$f "${PREFIX}/bin/`basename $$f .pl.in`"; \ - done && \ - ${INSTALL_DATA} -- cvsweb-converters.conf.sample "${PREFIX}/etc" +PLIST_FILES= bin/commitlog2cvsweb bin/cvsrdiff2cvsweb \ + bin/cvsuplog2cvsweb etc/cvsweb-converters.conf.sample post-install: @${CAT} ${PKGMESSAGE} |