diff options
author | wiz <wiz> | 2007-02-22 19:26:05 +0000 |
---|---|---|
committer | wiz <wiz> | 2007-02-22 19:26:05 +0000 |
commit | 0c152e7442b8ddde8405ba9d0f2d4d981d5c3151 (patch) | |
tree | fae33b1f36c87708a527346fcfbac7913893ed98 /net/waste | |
parent | 8a5fbfcada8ed360c15f5cf866f70753cbb13b39 (diff) | |
download | pkgsrc-0c152e7442b8ddde8405ba9d0f2d4d981d5c3151.tar.gz |
Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
Diffstat (limited to 'net/waste')
-rw-r--r-- | net/waste/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/net/waste/Makefile b/net/waste/Makefile index b2719f95e93..037be5dcac1 100644 --- a/net/waste/Makefile +++ b/net/waste/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2006/10/04 21:53:18 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2007/02/22 19:27:01 wiz Exp $ # DISTNAME= waste-source @@ -15,14 +15,14 @@ COMMENT= Secure file sharing network WRKSRC= ${WRKDIR}/waste -RESTRICTED= Unclear legal status: AOL claims Nullsoft did not \ +RESTRICTED= Unclear legal status: AOL claims Nullsoft did not \ release the software at all, while others regard it as \ licensed under the GPL -NO_SRC_ON_FTP= ${RESTRICTED} -NO_BIN_ON_FTP= ${RESTRICTED} -NO_SRC_ON_CDROM= ${RESTRICTED} -NO_BIN_ON_CDROM= ${RESTRICTED} +NO_SRC_ON_FTP= ${RESTRICTED} +NO_BIN_ON_FTP= ${RESTRICTED} +NO_SRC_ON_CDROM= ${RESTRICTED} +NO_BIN_ON_CDROM= ${RESTRICTED} USE_LANGUAGES= c c++ |