diff options
author | greid <greid@FreeBSD.org> | 2001-04-07 07:33:42 +0800 |
---|---|---|
committer | greid <greid@FreeBSD.org> | 2001-04-07 07:33:42 +0800 |
commit | 0bcc56fb51972993221f495244ca22f3129eabca (patch) | |
tree | ef3601667430dd7fceabe7a45e660e318bf68644 /net-mgmt/ettercap/Makefile | |
parent | e6a747ba46d072cac983ea5066cf786979bc7c3c (diff) | |
download | freebsd-ports-gnome-0bcc56fb51972993221f495244ca22f3129eabca.tar.gz freebsd-ports-gnome-0bcc56fb51972993221f495244ca22f3129eabca.tar.zst freebsd-ports-gnome-0bcc56fb51972993221f495244ca22f3129eabca.zip |
Update to version 0.3.1
Reviewed by: billf
Diffstat (limited to 'net-mgmt/ettercap/Makefile')
-rw-r--r-- | net-mgmt/ettercap/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net-mgmt/ettercap/Makefile b/net-mgmt/ettercap/Makefile index 3d99ee0bd24a..530581b9d35b 100644 --- a/net-mgmt/ettercap/Makefile +++ b/net-mgmt/ettercap/Makefile @@ -6,11 +6,11 @@ # PORTNAME= ettercap -PORTVERSION= 0.2.4 +PORTVERSION= 0.3.1 CATEGORIES= net MASTER_SITES= http://ettercap.sourceforge.net/download/ -MAINTAINER= greid@ukug.uk.freebsd.org +MAINTAINER= greid@FreeBSD.org GNU_CONFIGURE= yes @@ -18,6 +18,8 @@ GNU_CONFIGURE= yes INSTALL_TARGET= install install-doc .endif +PLIST_SUB= PORTVERSION=${PORTVERSION} + MAN8= ettercap.8 .include <bsd.port.mk> |