View | Details | Raw Unified | Return to bug 96601
Collapse All | Expand All

(-)Makefile (-4 / +1 lines)
Lines 9-17 Link Here
9
PORTVERSION=	0.8.13
9
PORTVERSION=	0.8.13
10
PORTREVISION=	3
10
PORTREVISION=	3
11
CATEGORIES=	textproc www
11
CATEGORIES=	textproc www
12
MASTER_SITES=	http://jan.kneschke.de/projects/modlogan/download/ \
12
MASTER_SITES=	http://jan.kneschke.de/projects/modlogan/download/
13
		${MASTER_SITE_SOURCEFORGE}
14
MASTER_SITE_SUBDIR=	modlogan
15
13
16
MAINTAINER=	netchild@FreeBSD.org
14
MAINTAINER=	netchild@FreeBSD.org
17
COMMENT=	A modular log file analysis program
15
COMMENT=	A modular log file analysis program
Lines 34-40 Link Here
34
# updated in the ports collection the comments may be removed.
32
# updated in the ports collection the comments may be removed.
35
# They serve as a reminder.
33
# They serve as a reminder.
36
INSTALLS_SHLIB=	yes
34
INSTALLS_SHLIB=	yes
37
USE_REINPLACE=	yes
38
GNU_CONFIGURE=	yes
35
GNU_CONFIGURE=	yes
39
CONFIGURE_ARGS+=--enable-ltdl-install=no --with-gd=${LOCALBASE}/include \
36
CONFIGURE_ARGS+=--enable-ltdl-install=no --with-gd=${LOCALBASE}/include \
40
		--program-transform-name=\'\'
37
		--program-transform-name=\'\'
(-)pkg-plist (-14 / +14 lines)
Lines 95-112 Link Here
95
lib/libmla_processor_telecom.so
95
lib/libmla_processor_telecom.so
96
lib/libmla_processor_web.a
96
lib/libmla_processor_web.a
97
lib/libmla_processor_web.so
97
lib/libmla_processor_web.so
98
%%PORTDOCS%%share/doc/modlogan/faq.txt
98
%%PORTDOCS%%%%DOCSDIR%%/faq.txt
99
%%PORTDOCS%%share/doc/modlogan/glosar
99
%%PORTDOCS%%%%DOCSDIR%%/glosar
100
%%PORTDOCS%%share/doc/modlogan/manual.txt
100
%%PORTDOCS%%%%DOCSDIR%%/manual.txt
101
%%PORTDOCS%%share/doc/modlogan/translations.txt
101
%%PORTDOCS%%%%DOCSDIR%%/translations.txt
102
%%PORTDOCS%%share/doc/modlogan/using-plugins.txt
102
%%PORTDOCS%%%%DOCSDIR%%/using-plugins.txt
103
%%PORTDOCS%%share/doc/modlogan/writing-plugins.txt
103
%%PORTDOCS%%%%DOCSDIR%%/writing-plugins.txt
104
share/examples/modlogan/convert_history_to_07x.pl
104
%%EXAMPLESDIR%%/convert_history_to_07x.pl
105
share/examples/modlogan/convert_to_055.pl
105
%%EXAMPLESDIR%%/convert_to_055.pl
106
share/examples/modlogan/convert_to_060.pl
106
%%EXAMPLESDIR%%/convert_to_060.pl
107
share/examples/modlogan/footer.ihtml
107
%%EXAMPLESDIR%%/footer.ihtml
108
share/examples/modlogan/header.ihtml
108
%%EXAMPLESDIR%%/header.ihtml
109
share/examples/modlogan/output.tmpl
109
%%EXAMPLESDIR%%/output.tmpl
110
share/locale/cs/LC_MESSAGES/modlogan.mo
110
share/locale/cs/LC_MESSAGES/modlogan.mo
111
share/locale/de/LC_MESSAGES/modlogan.mo
111
share/locale/de/LC_MESSAGES/modlogan.mo
112
share/locale/es/LC_MESSAGES/modlogan.mo
112
share/locale/es/LC_MESSAGES/modlogan.mo
Lines 115-119 Link Here
115
share/locale/it/LC_MESSAGES/modlogan.mo
115
share/locale/it/LC_MESSAGES/modlogan.mo
116
share/locale/pl/LC_MESSAGES/modlogan.mo
116
share/locale/pl/LC_MESSAGES/modlogan.mo
117
share/locale/ru/LC_MESSAGES/modlogan.mo
117
share/locale/ru/LC_MESSAGES/modlogan.mo
118
@dirrm share/doc/modlogan
118
@dirrm %%DOCSDIR%%
119
@dirrm share/examples/modlogan
119
@dirrm %%EXAMPLESDIR%%

Return to bug 96601