diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-04-01 09:39:47 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-04-01 09:39:47 +0000 |
commit | 57e2ce8082bb8c17f4d61304151b3ba8676287d0 (patch) | |
tree | 3ba0f9700b3ebd0f7f96040bd0218e274d4915f5 /net | |
parent | - Utilize NO_SIZE (diff) |
- Remove USE_SIZE knob
Notes
Notes:
svn path=/head/; revision=105851
Diffstat (limited to 'net')
-rw-r--r-- | net/hidentd/Makefile | 1 | ||||
-rw-r--r-- | net/ifstat/Makefile | 1 | ||||
-rw-r--r-- | net/ipsumdump/Makefile | 1 | ||||
-rw-r--r-- | net/micq/Makefile | 1 | ||||
-rw-r--r-- | net/pork/Makefile | 1 | ||||
-rw-r--r-- | net/prtunnel/Makefile | 1 | ||||
-rw-r--r-- | net/trickle/Makefile | 1 | ||||
-rw-r--r-- | net/uplog/Makefile | 1 |
8 files changed, 0 insertions, 8 deletions
diff --git a/net/hidentd/Makefile b/net/hidentd/Makefile index fd17941d92dd..5ad754aaf824 100644 --- a/net/hidentd/Makefile +++ b/net/hidentd/Makefile @@ -13,7 +13,6 @@ MASTER_SITES= http://core.segfault.pl/~hobbit/hidentd/dist/ MAINTAINER= krion@FreeBSD.org COMMENT= Simple and secure ident (RFC1413) server -USE_SIZE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} diff --git a/net/ifstat/Makefile b/net/ifstat/Makefile index 76d1d159ebbe..4e23607eed5e 100644 --- a/net/ifstat/Makefile +++ b/net/ifstat/Makefile @@ -16,7 +16,6 @@ COMMENT= Network interface statistics monitoring tool LIB_DEPENDS= netsnmp.6:${PORTSDIR}/net-mgmt/net-snmp -USE_SIZE= yes GNU_CONFIGURE= yes USE_OPENSSL= yes diff --git a/net/ipsumdump/Makefile b/net/ipsumdump/Makefile index e1135e1cdf1d..7e47e4cfcf18 100644 --- a/net/ipsumdump/Makefile +++ b/net/ipsumdump/Makefile @@ -18,7 +18,6 @@ GNU_CONFIGURE= yes CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_PERL5_BUILD=yes USE_GMAKE= yes -USE_SIZE= yes MAN1= ${PORTNAME}.1 diff --git a/net/micq/Makefile b/net/micq/Makefile index 80382c0ec62f..d42c7b3cb35d 100644 --- a/net/micq/Makefile +++ b/net/micq/Makefile @@ -17,7 +17,6 @@ EXTRACT_SUFX= .tgz MAINTAINER= krion@FreeBSD.org COMMENT= Text-based ICQ implementation -USE_SIZE= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} diff --git a/net/pork/Makefile b/net/pork/Makefile index 6733d6e61f6c..a6fa4c2244a3 100644 --- a/net/pork/Makefile +++ b/net/pork/Makefile @@ -14,7 +14,6 @@ MASTER_SITE_SUBDIR= ojnk MAINTAINER= krion@FreeBSD.org COMMENT= Console-based AIM client -USE_SIZE= yes USE_PERL5= yes GNU_CONFIGURE= yes CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} diff --git a/net/prtunnel/Makefile b/net/prtunnel/Makefile index fd770b7be7ea..fa296cace59b 100644 --- a/net/prtunnel/Makefile +++ b/net/prtunnel/Makefile @@ -13,7 +13,6 @@ MASTER_SITES= http://joshbeam.com/files/ MAINTAINER= krion@FreeBSD.org COMMENT= Tunnel for TCP connections using an HTTP or SOCKS5 proxy -USE_SIZE= yes USE_REINPLACE= yes ALL_TARGET= ${PORTNAME} diff --git a/net/trickle/Makefile b/net/trickle/Makefile index 917c13a71804..19c4e2e21835 100644 --- a/net/trickle/Makefile +++ b/net/trickle/Makefile @@ -15,7 +15,6 @@ COMMENT= Lightweight, portable bandwidth shaper BUILD_DEPENDS= ${LOCALBASE}/lib/libevent.a:${PORTSDIR}/devel/libevent -USE_SIZE= yes GNU_CONFIGURE= yes INSTALLS_SHLIB= yes diff --git a/net/uplog/Makefile b/net/uplog/Makefile index 9ebdd67ca840..b0cb79ed3bf2 100644 --- a/net/uplog/Makefile +++ b/net/uplog/Makefile @@ -13,7 +13,6 @@ MASTER_SITES= http://www.nerdlabs.org/downloads/${PORTNAME}/ MAINTAINER= krion@FreeBSD.org COMMENT= UDP-based ping programm -USE_SIZE= yes USE_GETOPT_LONG= yes USE_REINPLACE= yes GNU_CONFIGURE= yes |