diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-01-28 07:00:05 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-01-28 07:00:05 +0000 |
commit | 0a2d98dd4170aa5ec635250653c3062502b7408b (patch) | |
tree | 56f019aec9943f41a3c5b901b214fdb0b0988a55 /sysutils/logtool/Makefile | |
parent | e67c7dfa395518fcdce9204eb3d44ba2a92de882 (diff) |
update to 1.0.4
Notes
Notes:
svn path=/head/; revision=37666
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} |