diff options
author | netchild <netchild@FreeBSD.org> | 2006-05-02 01:54:15 +0800 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2006-05-02 01:54:15 +0800 |
commit | 4d4b87015b3c51ee052ca0a434b903fe3e5d196c (patch) | |
tree | f627c437ff77e778cdbffab3ce055179f18495da /textproc/modlogan | |
parent | 6538936a596ac338a1fe689b90eab00d18b1d12e (diff) | |
download | freebsd-ports-gnome-4d4b87015b3c51ee052ca0a434b903fe3e5d196c.tar.gz freebsd-ports-gnome-4d4b87015b3c51ee052ca0a434b903fe3e5d196c.tar.zst freebsd-ports-gnome-4d4b87015b3c51ee052ca0a434b903fe3e5d196c.zip |
- 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]
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%% |