From 094411698f40b55dd9481c0d4ab6444ed223e4b8 Mon Sep 17 00:00:00 2001 From: Eitan Adler Date: Tue, 11 Mar 2014 23:14:09 +0000 Subject: [PATCH] net/dgd-lpmud: fix LEGAL restrictions According to the port's Makefile the source code and resulting binaries may not be used for monetary gain. Approved by: portmgr (implicit) --- LEGAL | 2 +- net/dgd-lpmud/Makefile | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/LEGAL b/LEGAL index 8aab32d99649..d5ccdfe286ad 100644 --- a/LEGAL +++ b/LEGAL @@ -23,7 +23,7 @@ # # Dist Port Why # ------------------------------------------------------------------------------ -*-for-1.4.tgz net/dgd-lpmud No commercial use +*-for-1.4.tgz net/dgd-lpmud May not be used for monetary gain *_FreeBSD_MegaCLI.zip sysutils/megacli Reproduction or redistribution prohibited ASpath-tree-*.tar.gz net-mgmt/aspathtree No commercial us 26410-800.zip audio/libaacplus unclear legal status, probably need licenses from 3GPP, Via Licensing and Coding Technologies diff --git a/net/dgd-lpmud/Makefile b/net/dgd-lpmud/Makefile index 8fc521cedd04..9d56f05d7223 100644 --- a/net/dgd-lpmud/Makefile +++ b/net/dgd-lpmud/Makefile @@ -15,7 +15,8 @@ COMMENT= LPmud mudlib, for use with DGD RUN_DEPENDS= ${LOCALBASE}/sbin/dgd:${PORTSDIR}/net/dgd -NO_PACKAGE= no monetary gain, tarball OK for CDROM +NO_PACKAGE= May not be used for monetary gain +NO_CDROM= ${NO_PACKAGE} DIST_SUBDIR= dgd WRKSRC= ${WRKDIR}/mud