svn commit: r367484 - head/security/apg

Greg Lewis glewis at FreeBSD.org
Sun Sep 7 05:09:53 UTC 2014


Author: glewis
Date: Sun Sep  7 05:09:52 2014
New Revision: 367484
URL: http://svnweb.freebsd.org/changeset/ports/367484
QAT: https://qat.redports.org/buildarchive/r367484/

Log:
  . Fix LICENSE specification (BSD -> BSD3CLAUSE)
  
  Approved by:	portmgr (blanket)

Modified:
  head/security/apg/Makefile

Modified: head/security/apg/Makefile
==============================================================================
--- head/security/apg/Makefile	Sun Sep  7 00:15:37 2014	(r367483)
+++ head/security/apg/Makefile	Sun Sep  7 05:09:52 2014	(r367484)
@@ -21,7 +21,7 @@ LIB_DEPENDS=	libcrack.so:${PORTSDIR}/sec
 MAKE_ARGS=	-DWITH_CRACKLIB
 .endif
 
-LICENSE=	BSD
+LICENSE=	BSD3CLAUSE
 
 DOCS=		APG_TIPS pronun.txt rfc0972.txt rfc1750.txt
 


More information about the svn-ports-head mailing list