diff options
Diffstat (limited to 'sysutils/logtool')
-rw-r--r-- | sysutils/logtool/Makefile | 12 | ||||
-rw-r--r-- | sysutils/logtool/distinfo | 2 | ||||
-rw-r--r-- | sysutils/logtool/pkg-plist | 14 |
3 files changed, 11 insertions, 17 deletions
diff --git a/sysutils/logtool/Makefile b/sysutils/logtool/Makefile index ef89dc28a891..2fee2b51f16a 100644 --- a/sysutils/logtool/Makefile +++ b/sysutils/logtool/Makefile @@ -7,25 +7,19 @@ # PORTNAME= logtool -PORTVERSION= 1.0.3 +PORTVERSION= 1.0.4 CATEGORIES= sysutils -MASTER_SITES= http://users.digitex.net/~max/ +MASTER_SITES= http://users.digitex.net/~max/logtool/ MAINTAINER= ijliao@FreeBSD.org LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt HAS_CONFIGURE= yes -CONFIGURE_ARGS= default +CONFIGURE_ARGS= default ALL_TARGET= build -.if defined(NOPORTDOCS) -NODOCS= "@comment " -.endif - -PLIST_SUB= NOPORTDOCS=${NODOCS} - post-patch: .for file in logtool/Makefile logtail/Makefile @${PERL} -pi -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/${file} diff --git a/sysutils/logtool/distinfo b/sysutils/logtool/distinfo index 79a9f11eada2..709a33fe8236 100644 --- a/sysutils/logtool/distinfo +++ b/sysutils/logtool/distinfo @@ -1 +1 @@ -MD5 (logtool-1.0.3.tar.gz) = 88fb933946f00b8315e6e3967660eee0 +MD5 (logtool-1.0.4.tar.gz) = 6a4da8458f48a4ee787b1c68051daa11 diff --git a/sysutils/logtool/pkg-plist b/sysutils/logtool/pkg-plist index 66d1bef91b27..749a1c9f5f05 100644 --- a/sysutils/logtool/pkg-plist +++ b/sysutils/logtool/pkg-plist @@ -7,10 +7,10 @@ etc/logtool/include etc/logtool/logtool.conf etc/logtool/yellow @dirrm etc/logtool -%%NOPORTDOCS%%share/doc/logtool/examples/README -%%NOPORTDOCS%%share/doc/logtool/examples/cronjob.genwebpage.sh -%%NOPORTDOCS%%share/doc/logtool/examples/cronjob.emailreport.sh -%%NOPORTDOCS%%share/doc/logtool/examples/monitor.logs.sh -%%NOPORTDOCS%%share/doc/logtool/logtool.txt -%%NOPORTDOCS%%@dirrm share/doc/logtool/examples -%%NOPORTDOCS%%@dirrm share/doc/logtool +%%PORTDOCS%%share/doc/logtool/examples/README +%%PORTDOCS%%share/doc/logtool/examples/cronjob.genwebpage.sh +%%PORTDOCS%%share/doc/logtool/examples/cronjob.emailreport.sh +%%PORTDOCS%%share/doc/logtool/examples/monitor.logs.sh +%%PORTDOCS%%share/doc/logtool/logtool.txt +%%PORTDOCS%%@dirrm share/doc/logtool/examples +%%PORTDOCS%%@dirrm share/doc/logtool |