diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-06-12 06:55:10 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-06-12 06:55:10 +0000 |
commit | 20a9ea21d0120ccb73db22e1300e206a3b17ee03 (patch) | |
tree | 41883ee7d50de5dbe6039172131dd72aa47014f4 /sysutils/logtool/Makefile | |
parent | 03933f0de05b74da5f34d4e709e91f581e897b4d (diff) |
upgrade to 1.0.6
change master site & WWW
Notes
Notes:
svn path=/head/; revision=43880
Diffstat (limited to 'sysutils/logtool/Makefile')
-rw-r--r-- | sysutils/logtool/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/sysutils/logtool/Makefile b/sysutils/logtool/Makefile index b7b33e5a59d8..9203c20e3885 100644 --- a/sysutils/logtool/Makefile +++ b/sysutils/logtool/Makefile @@ -7,21 +7,24 @@ # PORTNAME= logtool -PORTVERSION= 1.0.5 +PORTVERSION= 1.0.6 CATEGORIES= sysutils -MASTER_SITES= http://users.digitex.net/~max/logtool/ +MASTER_SITES= http://www.xjack.org/logtool/logtool/ MAINTAINER= ijliao@FreeBSD.org LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt GNU_CONFIGURE= yes -CONFIGURE_ARGS= --prefix=/usr/local --sysconfdir=/usr/local/etc/logtool +CONFIGURE_ARGS= --prefix=${PREFIX} --sysconfdir=${PREFIX}/etc/logtool ALL_TARGET= build MAN1= logtool.1 +post-patch: + @${PERL} -pi -e "s,%%CFLAGS%%,${CFLAGS},g" ${WRKSRC}/configure + post-install: ${INSTALL_MAN} ${WRKSRC}/doc/logtool.1 ${PREFIX}/man/man1 .if !defined(NOPORTDOCS) |