diff options
author | wiz <wiz> | 2007-02-22 19:26:05 +0000 |
---|---|---|
committer | wiz <wiz> | 2007-02-22 19:26:05 +0000 |
commit | 0dd0ea596a01ad42bf95558677bb8b3558cfc518 (patch) | |
tree | fae33b1f36c87708a527346fcfbac7913893ed98 /sysutils/socket | |
parent | 2040f60083a0ef86919ddcf2b21a05cd4b863326 (diff) | |
download | pkgsrc-0dd0ea596a01ad42bf95558677bb8b3558cfc518.tar.gz |
Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
Diffstat (limited to 'sysutils/socket')
-rw-r--r-- | sysutils/socket/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/socket/Makefile b/sysutils/socket/Makefile index 409bc2e335c..cb9a8d0d063 100644 --- a/sysutils/socket/Makefile +++ b/sysutils/socket/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2006/03/04 21:30:43 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2007/02/22 19:27:12 wiz Exp $ DISTNAME= socket-1.1 CATEGORIES= sysutils net @@ -9,7 +9,7 @@ COMMENT= Create tcp socket and connect to stdin/out MAKE_ENV+= INSTALLBASE=${PREFIX:Q} -BUILD_DEFS+= USE_INET6 +BUILD_DEFS+= USE_INET6 # to get USE_INET6 .include "../../mk/bsd.prefs.mk" |