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
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= textproc www
|
||||
MASTER_SITES= http://jan.kneschke.de/projects/modlogan/download/ \
|
||||
${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= modlogan
|
||||
MASTER_SITES= http://jan.kneschke.de/projects/modlogan/download/
|
||||
|
||||
MAINTAINER= netchild@FreeBSD.org
|
||||
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.
|
||||
# They serve as a reminder.
|
||||
INSTALLS_SHLIB= yes
|
||||
USE_REINPLACE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+=--enable-ltdl-install=no --with-gd=${LOCALBASE}/include \
|
||||
--program-transform-name=\'\'
|
||||
|
|
|
@ -95,18 +95,18 @@ lib/libmla_processor_telecom.a
|
|||
lib/libmla_processor_telecom.so
|
||||
lib/libmla_processor_web.a
|
||||
lib/libmla_processor_web.so
|
||||
%%PORTDOCS%%share/doc/modlogan/faq.txt
|
||||
%%PORTDOCS%%share/doc/modlogan/glosar
|
||||
%%PORTDOCS%%share/doc/modlogan/manual.txt
|
||||
%%PORTDOCS%%share/doc/modlogan/translations.txt
|
||||
%%PORTDOCS%%share/doc/modlogan/using-plugins.txt
|
||||
%%PORTDOCS%%share/doc/modlogan/writing-plugins.txt
|
||||
share/examples/modlogan/convert_history_to_07x.pl
|
||||
share/examples/modlogan/convert_to_055.pl
|
||||
share/examples/modlogan/convert_to_060.pl
|
||||
share/examples/modlogan/footer.ihtml
|
||||
share/examples/modlogan/header.ihtml
|
||||
share/examples/modlogan/output.tmpl
|
||||
%%PORTDOCS%%%%DOCSDIR%%/faq.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/glosar
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/translations.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/using-plugins.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/writing-plugins.txt
|
||||
%%EXAMPLESDIR%%/convert_history_to_07x.pl
|
||||
%%EXAMPLESDIR%%/convert_to_055.pl
|
||||
%%EXAMPLESDIR%%/convert_to_060.pl
|
||||
%%EXAMPLESDIR%%/footer.ihtml
|
||||
%%EXAMPLESDIR%%/header.ihtml
|
||||
%%EXAMPLESDIR%%/output.tmpl
|
||||
share/locale/cs/LC_MESSAGES/modlogan.mo
|
||||
share/locale/de/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/pl/LC_MESSAGES/modlogan.mo
|
||||
share/locale/ru/LC_MESSAGES/modlogan.mo
|
||||
@dirrm share/doc/modlogan
|
||||
@dirrm share/examples/modlogan
|
||||
@dirrm %%DOCSDIR%%
|
||||
@dirrm %%EXAMPLESDIR%%
|
||||
|
|
Loading…
Add table
Reference in a new issue