diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-01-28 07:00:05 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-01-28 07:00:05 +0000 |
commit | ae968c9a166e7a6ec646d18c9c15d0a16aeb405c (patch) | |
tree | 6b82e80c86da8a83a9cf13fbe0c6597fd192a6af /sysutils/logtool/Makefile | |
parent | c8021bd45fb7e8a19773885725e01e79f7f8b003 (diff) | |
download | FreeBSD-ports-ae968c9a166e7a6ec646d18c9c15d0a16aeb405c.zip FreeBSD-ports-ae968c9a166e7a6ec646d18c9c15d0a16aeb405c.tar.gz |
update to 1.0.4
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 ef89dc2..2fee2b5 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} |