diff options
author | netchild <netchild@FreeBSD.org> | 2007-02-24 22:15:25 +0800 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2007-02-24 22:15:25 +0800 |
commit | 532d23d5bbb519a332b4f1d4ffb50405fe34a1e5 (patch) | |
tree | 2ff033cac46be5577f0360779dbe654d1f839707 /textproc/modlogan/Makefile | |
parent | c47533237cb6a44f4261a9bc27a448ed28af46de (diff) | |
download | freebsd-ports-gnome-532d23d5bbb519a332b4f1d4ffb50405fe34a1e5.tar.gz freebsd-ports-gnome-532d23d5bbb519a332b4f1d4ffb50405fe34a1e5.tar.zst freebsd-ports-gnome-532d23d5bbb519a332b4f1d4ffb50405fe34a1e5.zip |
- Add a backup master site.
- Install the .la file.
- Add some patches from modlogan-CVS (more TLDs/searchengines, fixed CSS
file handling)
Diffstat (limited to 'textproc/modlogan/Makefile')
-rw-r--r-- | textproc/modlogan/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/textproc/modlogan/Makefile b/textproc/modlogan/Makefile index 92f5cf44af86..6d90bd9bec18 100644 --- a/textproc/modlogan/Makefile +++ b/textproc/modlogan/Makefile @@ -7,9 +7,10 @@ PORTNAME= modlogan PORTVERSION= 0.8.13 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= textproc www -MASTER_SITES= http://jan.kneschke.de/projects/modlogan/download/ +MASTER_SITES= http://jan.kneschke.de/projects/modlogan/download/ \ + http://www.mirrorservice.org/sites/www.ibiblio.org/gentoo/distfiles/ MAINTAINER= netchild@FreeBSD.org COMMENT= A modular log file analysis program @@ -62,8 +63,6 @@ post-install: .for i in footer.ihtml header.ihtml output.tmpl convert_history_to_07x.pl convert_to_055.pl convert_to_060.pl @${INSTALL_DATA} ${WRKSRC}/doc/${i} ${PREFIX}/share/examples/modlogan/${i} .endfor - @# remove .la - -${RM} ${PREFIX}/lib/libmla_*.la .for i in css conf def.conf [ -f ${PREFIX}/etc/modlogan/modlogan.${i} ] || ${INSTALL_DATA} ${PREFIX}/etc/modlogan/modlogan.${i}-dist ${PREFIX}/etc/modlogan/modlogan.${i} .endfor |