svn commit: r308718 - head/ports-mgmt/porttools

Steven Kreuzer skreuzer at FreeBSD.org
Tue Dec 11 22:29:35 UTC 2012


Author: skreuzer
Date: Tue Dec 11 22:29:34 2012
New Revision: 308718
URL: http://svnweb.freebsd.org/changeset/ports/308718

Log:
  Define LICENSE

Modified:
  head/ports-mgmt/porttools/Makefile

Modified: head/ports-mgmt/porttools/Makefile
==============================================================================
--- head/ports-mgmt/porttools/Makefile	Tue Dec 11 21:53:42 2012	(r308717)
+++ head/ports-mgmt/porttools/Makefile	Tue Dec 11 22:29:34 2012	(r308718)
@@ -10,6 +10,8 @@ MASTER_SITES=	SF
 MAINTAINER=	joemann at beefree.free.de
 COMMENT=	Tools for testing and submitting port updates and new ports
 
+LICENSE=	BSD
+
 RUN_DEPENDS=	portlint:${PORTSDIR}/ports-mgmt/portlint \
 		cdiff:${PORTSDIR}/textproc/cdiff \
 		sudo:${PORTSDIR}/security/sudo


More information about the svn-ports-all mailing list