diff options
Diffstat (limited to 'security/sniff')
-rw-r--r-- | security/sniff/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/security/sniff/Makefile b/security/sniff/Makefile index b8902b5..b76c56d 100644 --- a/security/sniff/Makefile +++ b/security/sniff/Makefile @@ -5,15 +5,15 @@ # $FreeBSD$ # -PORTNAME= sniff -PORTVERSION= 1.0 -CATEGORIES= security -MASTER_SITES= http://people.FreeBSD.org/~fenner/distfiles/ +PORTNAME= sniff +PORTVERSION= 1.0 +CATEGORIES= security +MASTER_SITES= http://people.FreeBSD.org/~fenner/distfiles/ -MAINTAINER= veraldi@cs.unibo.it +MAINTAINER= veraldi@cs.unibo.it -MAN1= sniff.1 -HAS_CONFIGURE= yes -CONFIGURE_SCRIPT= configure +MAN1= sniff.1 +HAS_CONFIGURE= yes +CONFIGURE_SCRIPT= configure .include <bsd.port.mk> |