diff options
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++ |