summaryrefslogtreecommitdiff
path: root/security/yersinia/Makefile
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2009-08-27 14:38:04 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2009-08-27 14:38:04 +0000
commit786b2266cc0b2d646077368d8bf79aefa163ece5 (patch)
tree910d2bb1a902b715031cf28749053a902654e91c /security/yersinia/Makefile
parent- Update to 1.8. (diff)
- Update to 0.7.1
- Pass maintainership to submitter - While here, fix build WITH_GTK and fix some identation PR: 138005 Submitted by: Ayumi M <ayu@commun.jp>
Notes
Notes: svn path=/head/; revision=240402
Diffstat (limited to 'security/yersinia/Makefile')
-rw-r--r--security/yersinia/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/security/yersinia/Makefile b/security/yersinia/Makefile
index 1f71d620114d..f7a94309d6c0 100644
--- a/security/yersinia/Makefile
+++ b/security/yersinia/Makefile
@@ -6,12 +6,11 @@
#
PORTNAME= yersinia
-PORTVERSION= 0.7
-PORTREVISION= 2
+PORTVERSION= 0.7.1
CATEGORIES= security
MASTER_SITES= http://www.yersinia.net/download/
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= ayu@commun.jp
COMMENT= Layer 2 vulnerability scanner (switches, spanning tree, 802.1q ...)
BUILD_DEPENDS= ${LIBNET_CONFIG}:${PORTSDIR}/net/libnet
@@ -26,7 +25,7 @@ USE_GNOME+= pkgconfig gtk20
PKGNAMESUFFIX= -gtk
CONFLICTS= yersinia-[0-9]*
.else
-CONFIGURE_ARGS+= --disable-gtk
+CONFIGURE_ARGS+= --disable-gtk
CONFLICTS= yersinia-gtk-[0-9]*
.endif
GNU_CONFIGURE= yes
@@ -43,7 +42,7 @@ post-patch:
${WRKSRC}/src/Makefile.in
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/src/yersinia ${PREFIX}/sbin/
- ${INSTALL_MAN} ${WRKSRC}/yersinia.8 ${PREFIX}/man/man8/
+ ${INSTALL_PROGRAM} ${WRKSRC}/src/yersinia ${PREFIX}/sbin/
+ ${INSTALL_MAN} ${WRKSRC}/yersinia.8 ${MAN8PREFIX}/man/man8/
.include <bsd.port.mk>