mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Drop sourceforge mirrors from MASTER_SITES as they don't cary the last
versions of this port. [1] - Remove USE_REINPLACE. - Use DOCSDIR and EXAMPLESDIR in plist. PR: 96601 Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> Reported by: fenner's distfiles survey [1]
This commit is contained in:
parent
bb06ed4385
commit
a84bae4b1e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=161110
2 changed files with 15 additions and 18 deletions
|
@ -9,9 +9,7 @@ PORTNAME= modlogan
|
||||||
PORTVERSION= 0.8.13
|
PORTVERSION= 0.8.13
|
||||||
PORTREVISION= 3
|
PORTREVISION= 3
|
||||||
CATEGORIES= textproc www
|
CATEGORIES= textproc www
|
||||||
MASTER_SITES= http://jan.kneschke.de/projects/modlogan/download/ \
|
MASTER_SITES= http://jan.kneschke.de/projects/modlogan/download/
|
||||||
${MASTER_SITE_SOURCEFORGE}
|
|
||||||
MASTER_SITE_SUBDIR= modlogan
|
|
||||||
|
|
||||||
MAINTAINER= netchild@FreeBSD.org
|
MAINTAINER= netchild@FreeBSD.org
|
||||||
COMMENT= A modular log file analysis program
|
COMMENT= A modular log file analysis program
|
||||||
|
@ -34,7 +32,6 @@ LIB_DEPENDS+= mysqlclient.10:${PORTSDIR}/databases/mysql323-client
|
||||||
# updated in the ports collection the comments may be removed.
|
# updated in the ports collection the comments may be removed.
|
||||||
# They serve as a reminder.
|
# They serve as a reminder.
|
||||||
INSTALLS_SHLIB= yes
|
INSTALLS_SHLIB= yes
|
||||||
USE_REINPLACE= yes
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ARGS+=--enable-ltdl-install=no --with-gd=${LOCALBASE}/include \
|
CONFIGURE_ARGS+=--enable-ltdl-install=no --with-gd=${LOCALBASE}/include \
|
||||||
--program-transform-name=\'\'
|
--program-transform-name=\'\'
|
||||||
|
|
|
@ -95,18 +95,18 @@ lib/libmla_processor_telecom.a
|
||||||
lib/libmla_processor_telecom.so
|
lib/libmla_processor_telecom.so
|
||||||
lib/libmla_processor_web.a
|
lib/libmla_processor_web.a
|
||||||
lib/libmla_processor_web.so
|
lib/libmla_processor_web.so
|
||||||
%%PORTDOCS%%share/doc/modlogan/faq.txt
|
%%PORTDOCS%%%%DOCSDIR%%/faq.txt
|
||||||
%%PORTDOCS%%share/doc/modlogan/glosar
|
%%PORTDOCS%%%%DOCSDIR%%/glosar
|
||||||
%%PORTDOCS%%share/doc/modlogan/manual.txt
|
%%PORTDOCS%%%%DOCSDIR%%/manual.txt
|
||||||
%%PORTDOCS%%share/doc/modlogan/translations.txt
|
%%PORTDOCS%%%%DOCSDIR%%/translations.txt
|
||||||
%%PORTDOCS%%share/doc/modlogan/using-plugins.txt
|
%%PORTDOCS%%%%DOCSDIR%%/using-plugins.txt
|
||||||
%%PORTDOCS%%share/doc/modlogan/writing-plugins.txt
|
%%PORTDOCS%%%%DOCSDIR%%/writing-plugins.txt
|
||||||
share/examples/modlogan/convert_history_to_07x.pl
|
%%EXAMPLESDIR%%/convert_history_to_07x.pl
|
||||||
share/examples/modlogan/convert_to_055.pl
|
%%EXAMPLESDIR%%/convert_to_055.pl
|
||||||
share/examples/modlogan/convert_to_060.pl
|
%%EXAMPLESDIR%%/convert_to_060.pl
|
||||||
share/examples/modlogan/footer.ihtml
|
%%EXAMPLESDIR%%/footer.ihtml
|
||||||
share/examples/modlogan/header.ihtml
|
%%EXAMPLESDIR%%/header.ihtml
|
||||||
share/examples/modlogan/output.tmpl
|
%%EXAMPLESDIR%%/output.tmpl
|
||||||
share/locale/cs/LC_MESSAGES/modlogan.mo
|
share/locale/cs/LC_MESSAGES/modlogan.mo
|
||||||
share/locale/de/LC_MESSAGES/modlogan.mo
|
share/locale/de/LC_MESSAGES/modlogan.mo
|
||||||
share/locale/es/LC_MESSAGES/modlogan.mo
|
share/locale/es/LC_MESSAGES/modlogan.mo
|
||||||
|
@ -115,5 +115,5 @@ share/locale/hu/LC_MESSAGES/modlogan.mo
|
||||||
share/locale/it/LC_MESSAGES/modlogan.mo
|
share/locale/it/LC_MESSAGES/modlogan.mo
|
||||||
share/locale/pl/LC_MESSAGES/modlogan.mo
|
share/locale/pl/LC_MESSAGES/modlogan.mo
|
||||||
share/locale/ru/LC_MESSAGES/modlogan.mo
|
share/locale/ru/LC_MESSAGES/modlogan.mo
|
||||||
@dirrm share/doc/modlogan
|
@dirrm %%DOCSDIR%%
|
||||||
@dirrm share/examples/modlogan
|
@dirrm %%EXAMPLESDIR%%
|
||||||
|
|
Loading…
Add table
Reference in a new issue