diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2002-10-27 22:59:15 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2002-10-27 22:59:15 +0000 |
commit | e91ca99d32957a7d74852b25b0451f44a51f81ee (patch) | |
tree | 3850c88eac00393a451ed2b5047296a6f2038c22 /security/fwlogwatch/Makefile | |
parent | 6434a53a9ab856f18660558fe7c0f58c21a59e2e (diff) |
Notes
Diffstat (limited to 'security/fwlogwatch/Makefile')
-rw-r--r-- | security/fwlogwatch/Makefile | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/security/fwlogwatch/Makefile b/security/fwlogwatch/Makefile index bbc28afa607b..751e837247b1 100644 --- a/security/fwlogwatch/Makefile +++ b/security/fwlogwatch/Makefile @@ -7,27 +7,22 @@ # PORTNAME= fwlogwatch -PORTVERSION= 0.6 -PORTREVISION= 1 +PORTVERSION= 0.9 CATEGORIES= security -MASTER_SITES= http://www.kyb.uni-stuttgart.de/boris/sw/ +MASTER_SITES= http://www.kybs.de/boris/sw/ MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext +USE_BZIP2= yes USE_REINPLACE= yes +MAKE_ENV= MKDIR="${MKDIR}" INSTALL_TARGET= install install-config install-i18n -MANCOMPRESSES= no + MAN8= fwlogwatch.8 -MAKE_ENV= MKDIR="${MKDIR}" post-patch: - @${REINPLACE_CMD} -e 's,/etc,${PREFIX}/etc,g; \ - s,/usr/local,${PREFIX},g; \ - s,/usr/share,${PREFIX}/share,g; \ - s,%%LOCALBASE%%,${LOCALBASE},g' \ - ${WRKSRC}/Makefile ${WRKSRC}/main.h @${REINPLACE_CMD} -e "s,/etc,${PREFIX}/etc,g" ${WRKSRC}/${MAN8} post-install: |