diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-01-24 21:18:19 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-01-24 21:18:19 +0000 |
commit | 995465eb7753a6a951e0b67d3c06c93032cc9ad2 (patch) | |
tree | b0b75af6f2347882bd204c67d088cd2da68aeaae /net/ipsumdump/Makefile | |
parent | 34e9f56b8d734f4e1cc5b72c3f5247c9ec50000f (diff) | |
download | ports-995465eb7753a6a951e0b67d3c06c93032cc9ad2.tar.gz ports-995465eb7753a6a951e0b67d3c06c93032cc9ad2.zip |
Notes
Diffstat (limited to 'net/ipsumdump/Makefile')
-rw-r--r-- | net/ipsumdump/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/ipsumdump/Makefile b/net/ipsumdump/Makefile index e924b4b94d70..b44b4d48d6e4 100644 --- a/net/ipsumdump/Makefile +++ b/net/ipsumdump/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ipsumdump -PORTVERSION= 1.62 +PORTVERSION= 1.63 CATEGORIES= net MASTER_SITES= http://www.cs.ucla.edu/~kohler/ipsumdump/ \ http://core.inec.ru/~az/ @@ -19,10 +19,10 @@ CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_PERL5_BUILD=yes USE_GMAKE= yes -MAN1= ${PORTNAME}.1 ipaggcreate.1 +MAN1= ${PORTNAME}.1 ipaggcreate.1 ipaggmanip.1 PORTDOCS= README -PLIST_FILES= bin/ipaggcreate bin/ipsumdump +PLIST_FILES= bin/ipaggcreate bin/ipsumdump bin/ipaggmanip OPTIONS= IPV6 "IPv6 internet support" off \ |