diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:10:23 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:10:23 +0000 |
commit | 0c710c7b4edb5ca79906be0115763864bc7c903f (patch) | |
tree | 3f6447c55ab3d27cbf7cde9bc54d671393c9aec4 /net/py-libnet | |
parent | f869483090ef76ab0fb56ed7b8b79a77bbc698a7 (diff) | |
download | ports-0c710c7b4edb5ca79906be0115763864bc7c903f.tar.gz ports-0c710c7b4edb5ca79906be0115763864bc7c903f.zip |
Notes
Diffstat (limited to 'net/py-libnet')
-rw-r--r-- | net/py-libnet/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/net/py-libnet/Makefile b/net/py-libnet/Makefile index efec0fc46c0b..0273d691bbb1 100644 --- a/net/py-libnet/Makefile +++ b/net/py-libnet/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: py-libnet -# Date created: Jan 30, 2002 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= libnet PORTVERSION= 1.1 @@ -36,6 +31,7 @@ LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet10-config EXAMPLESFILES= test-libnet-icmp-echo-req.py test-libnet-tcp-syn.py test-libnet-arp-req.py EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME} +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "amd64" |