diff options
Diffstat (limited to 'sysutils/logtool/Makefile')
-rw-r--r-- | sysutils/logtool/Makefile | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/sysutils/logtool/Makefile b/sysutils/logtool/Makefile index f5eda995ac39..a5934565e2d8 100644 --- a/sysutils/logtool/Makefile +++ b/sysutils/logtool/Makefile @@ -1,12 +1,13 @@ +# ex:ts=8 # New ports collection makefile for: logtool -# Date created: Dec 30, 2000 +# Date created: Dec 30, 2000 # Whom: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw> # # $FreeBSD$ # PORTNAME= logtool -PORTVERSION= 1.0.2 +PORTVERSION= 1.0.3 CATEGORIES= sysutils MASTER_SITES= http://users.digitex.net/~max/ @@ -14,7 +15,9 @@ MAINTAINER= ijliao@csie.nctu.edu.tw LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt -USE_GMAKE= yes +HAS_CONFIGURE= yes +CONFIGURE_ARGS= default + ALL_TARGET= build .if defined(NOPORTDOCS) @@ -24,7 +27,6 @@ NODOCS= "@comment " PLIST_SUB= NOPORTDOCS=${NODOCS} post-patch: - @${PERL} -pi -e "s|make|${GMAKE}|g" ${WRKSRC}/Makefile .for file in logtool/Makefile logtail/Makefile @${PERL} -pi -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/${file} .endfor @@ -34,7 +36,7 @@ post-install: .if !defined(NOPORTDOCS) @${ECHO_MSG} "===> Installing logtool docs in ${PREFIX}/share/doc/logtool" @${MKDIR} ${PREFIX}/share/doc/logtool && ${CHMOD} a+rx ${PREFIX}/share/doc/logtool - @${CP} -r ${WRKSRC}/doc/* ${PREFIX}/share/doc/logtool + @${CP} -R ${WRKSRC}/doc/* ${PREFIX}/share/doc/logtool .endif .include <bsd.port.mk> |