svn commit: r460438 - head/mail/postfix

Olli Hauer ohauer at FreeBSD.org
Tue Jan 30 21:15:24 UTC 2018


Author: ohauer
Date: Tue Jan 30 21:15:23 2018
New Revision: 460438
URL: https://svnweb.freebsd.org/changeset/ports/460438

Log:
  - fix licence error after last commit
  
  Reported by:	Yasuhiro KIMURA
  MFH:		2018Q1

Modified:
  head/mail/postfix/Makefile

Modified: head/mail/postfix/Makefile
==============================================================================
--- head/mail/postfix/Makefile	Tue Jan 30 21:02:54 2018	(r460437)
+++ head/mail/postfix/Makefile	Tue Jan 30 21:15:23 2018	(r460438)
@@ -20,9 +20,9 @@ COMMENT=	Secure alternative to widely-used Sendmail
 
 LICENSE=	IPL10 EPL
 LICENSE_COMB=	multi
-LICENSE_NAME=	IBM PUBLIC LICENSE VERSION 1.0
 LICENSE_FILE=	${WRKSRC}/LICENSE
-LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
+LICENSE_NAME_IPL10=	IBM PUBLIC LICENSE VERSION 1.0
+LICENSE_PERMS_IPL10=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
 PORTSCOUT=	limit:^3\.2\.
 


More information about the svn-ports-all mailing list