diff options
author | miwi <miwi@FreeBSD.org> | 2007-01-08 20:41:06 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-01-08 20:41:06 +0800 |
commit | a5fff2eeed6360df569d040d001665d214b38bba (patch) | |
tree | ba6011c09f331eb33e1dac4655c8d5e15507c578 /net-mgmt | |
parent | 801f09443e8b73078defd4b9964c4c3eb5495c26 (diff) | |
download | freebsd-ports-gnome-a5fff2eeed6360df569d040d001665d214b38bba.tar.gz freebsd-ports-gnome-a5fff2eeed6360df569d040d001665d214b38bba.tar.zst freebsd-ports-gnome-a5fff2eeed6360df569d040d001665d214b38bba.zip |
- Add to ipv6 category
PR: ports/107055
Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu>
Approved by: maintainer
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/sendip/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/sendip/Makefile b/net-mgmt/sendip/Makefile index fc8c2caac49b..d0dc40282bc5 100644 --- a/net-mgmt/sendip/Makefile +++ b/net-mgmt/sendip/Makefile @@ -8,7 +8,7 @@ PORTNAME= sendip PORTVERSION= 2.5 PORTREVISION= 1 -CATEGORIES= net-mgmt +CATEGORIES= net-mgmt ipv6 MASTER_SITES= http://www.earth.li/projectpurple/files/ MAINTAINER= joseph@randomnetworks.com @@ -16,7 +16,7 @@ COMMENT= SendIP is a commandline tool to allow sending arbitrary IP packets USE_GMAKE= yes USE_PERL5= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes MAN1= sendip.1 |