diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2006-05-01 17:54:15 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2006-05-01 17:54:15 +0000 |
commit | a84bae4b1ed4dcb28e3f28e26e88d617a8febe9c (patch) | |
tree | d7a1bc921c37c09d4d23386ee1f055ee152c65b4 /textproc/modlogan | |
parent | bb06ed43859408ed8ca4a9ab06f5535540e95056 (diff) |
- 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]
Notes
Notes:
svn path=/head/; revision=161110
Diffstat (limited to 'textproc/modlogan')
-rw-r--r-- | textproc/modlogan/Makefile | 5 | ||||
-rw-r--r-- | textproc/modlogan/pkg-plist | 28 |
2 files changed, 15 insertions, 18 deletions
diff --git a/textproc/modlogan/Makefile b/textproc/modlogan/Makefile index 75d1c730c3f3..14ece3e2f550 100644 --- a/textproc/modlogan/Makefile +++ b/textproc/modlogan/Makefile @@ -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=\'\' diff --git a/textproc/modlogan/pkg-plist b/textproc/modlogan/pkg-plist index 71a072a2d428..9b377f2182bd 100644 --- a/textproc/modlogan/pkg-plist +++ b/textproc/modlogan/pkg-plist @@ -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%% |