diff options
Diffstat (limited to 'sysutils/logtool/Makefile')
-rw-r--r-- | sysutils/logtool/Makefile | 12 |
1 files changed, 3 insertions, 9 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} |