svn commit: r455274 - head/net/dgd-lpmud

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Dec 1 11:34:11 UTC 2017


Author: amdmi3
Date: Fri Dec  1 11:34:09 2017
New Revision: 455274
URL: https://svnweb.freebsd.org/changeset/ports/455274

Log:
  - Add LICENSE, obsoleting NO_PACKAGE and NO_CDROM
  
  Approved by:	portmgr blanket

Modified:
  head/net/dgd-lpmud/Makefile

Modified: head/net/dgd-lpmud/Makefile
==============================================================================
--- head/net/dgd-lpmud/Makefile	Fri Dec  1 11:23:42 2017	(r455273)
+++ head/net/dgd-lpmud/Makefile	Fri Dec  1 11:34:09 2017	(r455274)
@@ -12,10 +12,13 @@ DISTNAME=	2.4.5-for-1.4
 MAINTAINER=	glewis at FreeBSD.org
 COMMENT=	LPmud mudlib, for use with DGD
 
+LICENSE=	LPMUD
+LICENSE_NAME=	LPmud license
+LICENSE_FILE=	${WRKSRC}/${PORTVERSION}/Copyright
+LICENSE_PERMS=	dist-mirror no-dist-sell pkg-mirror no-pkg-sell auto-accept
+
 RUN_DEPENDS=	${LOCALBASE}/sbin/dgd:net/dgd
 
-NO_PACKAGE=	May not be used for monetary gain
-NO_CDROM=	${NO_PACKAGE}
 USES=		tar:tgz
 
 DIST_SUBDIR=	dgd


More information about the svn-ports-head mailing list