aboutsummaryrefslogtreecommitdiff
path: root/sysutils/logtool/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-01-28 07:00:05 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-01-28 07:00:05 +0000
commit0a2d98dd4170aa5ec635250653c3062502b7408b (patch)
tree56f019aec9943f41a3c5b901b214fdb0b0988a55 /sysutils/logtool/Makefile
parente67c7dfa395518fcdce9204eb3d44ba2a92de882 (diff)
downloadports-0a2d98dd4170aa5ec635250653c3062502b7408b.tar.gz
ports-0a2d98dd4170aa5ec635250653c3062502b7408b.zip
Notes
Diffstat (limited to 'sysutils/logtool/Makefile')
-rw-r--r--sysutils/logtool/Makefile12
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}