svn commit: r503159 - head/dns/dnsforwarder

Tobias Kortkamp tobik at FreeBSD.org
Fri May 31 11:43:13 UTC 2019


Author: tobik
Date: Fri May 31 11:43:12 2019
New Revision: 503159
URL: https://svnweb.freebsd.org/changeset/ports/503159

Log:
  dns/dnsforwarder: Spell LICENSE_FILE correctly
  
  Also fix PORTEPOCH order.

Modified:
  head/dns/dnsforwarder/Makefile

Modified: head/dns/dnsforwarder/Makefile
==============================================================================
--- head/dns/dnsforwarder/Makefile	Fri May 31 11:42:31 2019	(r503158)
+++ head/dns/dnsforwarder/Makefile	Fri May 31 11:43:12 2019	(r503159)
@@ -3,14 +3,14 @@
 
 PORTNAME=	dnsforwarder
 PORTVERSION=	6.1.15
-CATEGORIES=	dns
 PORTEPOCH=	1
+CATEGORIES=	dns
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Dnsforwarder is A simple DNS forwarder
 
 LICENSE=	GPLv3
-LICENSE_FILES= ${WRKSRC}/LICENSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 LIB_DEPENDS=	libcurl.so:ftp/curl
 


More information about the svn-ports-all mailing list