diff options
author | vanilla <vanilla@FreeBSD.org> | 2002-03-08 23:51:04 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2002-03-08 23:51:04 +0800 |
commit | c498cc0c5ee827298ee852b96299d5411d34b3d1 (patch) | |
tree | b23966af68790d0264fa5c867707d23c46339698 /security/fwlogwatch/Makefile | |
parent | 7a239cc3486ea01a3074f514785294f8ad6aeeb1 (diff) | |
download | freebsd-ports-graphics-c498cc0c5ee827298ee852b96299d5411d34b3d1.tar.gz freebsd-ports-graphics-c498cc0c5ee827298ee852b96299d5411d34b3d1.tar.zst freebsd-ports-graphics-c498cc0c5ee827298ee852b96299d5411d34b3d1.zip |
Upgrade to 0.6.
PR: ports/35665
Submitted by: Kimura Fuyuki <fuyuki@mj.0038.net>
Some part by: me
Diffstat (limited to 'security/fwlogwatch/Makefile')
-rw-r--r-- | security/fwlogwatch/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/security/fwlogwatch/Makefile b/security/fwlogwatch/Makefile index 7dd470c1d98..d6bb4dee9d9 100644 --- a/security/fwlogwatch/Makefile +++ b/security/fwlogwatch/Makefile @@ -7,16 +7,15 @@ # PORTNAME= fwlogwatch -PORTVERSION= 0.5.1 +PORTVERSION= 0.6 CATEGORIES= security MASTER_SITES= http://www.kyb.uni-stuttgart.de/boris/sw/ MAINTAINER= ports@FreeBSD.org -BUILD_DEPENDS= autob5:${PORTSDIR}/chinese/autoconvert LIB_DEPENDS= intl:${PORTSDIR}/devel/gettext -INSTALL_TARGET= install install-i18n +INSTALL_TARGET= install install-config install-i18n MANCOMPRESSES= no MAN8= fwlogwatch.8 |