diff options
author | greid <greid@FreeBSD.org> | 2001-06-20 22:43:13 +0800 |
---|---|---|
committer | greid <greid@FreeBSD.org> | 2001-06-20 22:43:13 +0800 |
commit | 8254c2f6e2e66fd4475f0d060d57cd77ccdaf87c (patch) | |
tree | fcd45bee042abffd4a7d50c6e00f8f0775874312 /net-mgmt/ettercap/Makefile | |
parent | 4635530a8f8b9ec22597c307ad6753802d503351 (diff) | |
download | freebsd-ports-gnome-8254c2f6e2e66fd4475f0d060d57cd77ccdaf87c.tar.gz freebsd-ports-gnome-8254c2f6e2e66fd4475f0d060d57cd77ccdaf87c.tar.zst freebsd-ports-gnome-8254c2f6e2e66fd4475f0d060d57cd77ccdaf87c.zip |
Update to 0.5.0
Fix NOPORTDOCS
Add WWW link
PR: 28071
Submitted by: Patrick Li <pat@databits.net>
Diffstat (limited to 'net-mgmt/ettercap/Makefile')
-rw-r--r-- | net-mgmt/ettercap/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net-mgmt/ettercap/Makefile b/net-mgmt/ettercap/Makefile index 9bcb1a6823a4..5660f963441b 100644 --- a/net-mgmt/ettercap/Makefile +++ b/net-mgmt/ettercap/Makefile @@ -6,8 +6,7 @@ # PORTNAME= ettercap -PORTVERSION= 0.4.3 -PORTREVISION= 1 +PORTVERSION= 0.5.0 CATEGORIES= net MASTER_SITES= http://ettercap.sourceforge.net/download/ @@ -19,7 +18,7 @@ GNU_CONFIGURE= yes INSTALL_TARGET= install install-doc .endif -PLIST_SUB= PORTVERSION=${PORTVERSION} +PLIST_SUB+= PORTVERSION=${PORTVERSION} MAN8= ettercap.8 |