Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Jun 2019 11:12:08 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r504174 - head/mail/dcc-dccd
Message-ID:  <201906141112.x5EBC8Ec000520@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Fri Jun 14 11:12:08 2019
New Revision: 504174
URL: https://svnweb.freebsd.org/changeset/ports/504174

Log:
  Really fix rc files.
  
  Pointy hat:	mat, for assuming the patch was ok and only giving it a quick glance.

Modified:
  head/mail/dcc-dccd/Makefile   (contents, props changed)

Modified: head/mail/dcc-dccd/Makefile
==============================================================================
--- head/mail/dcc-dccd/Makefile	Fri Jun 14 09:48:17 2019	(r504173)
+++ head/mail/dcc-dccd/Makefile	Fri Jun 14 11:12:08 2019	(r504174)
@@ -3,7 +3,7 @@
 
 PORTNAME=	dcc-dccd
 PORTVERSION=	2.3.165
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	mail
 MASTER_SITES=	https://www.dcc-servers.net/dcc/source/old/
 DISTNAME=	dcc-${PORTVERSION}
@@ -23,7 +23,7 @@ GROUPS=		${DCCGROUP}
 
 PLIST_SUB=	DCCDATA="${DCCDATA}" DCCUSER="${DCCUSER}" DCCGROUP="${DCCGROUP}"
 SUB_FILES=	pkg-install pkg-message
-SUB_LIST=	DCCDATA="${DCCDATA}" DCCUSER="${DCCUSER}" DCCGROUP="${DCCGROUP}" ${PLIST_SUB} WRKSRC=${WRKSRC} DCCHOME=${DCCHOME}
+SUB_LIST=	DCCDATA="${DCCDATA}" DCCUSER="${DCCUSER}" DCCGROUP="${DCCGROUP}" WRKSRC=${WRKSRC} DCCHOME=${DCCHOME}
 
 ## Use the configure script to explicitly set the locations of all files,
 ## in case the standard locations have been locally overridden



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906141112.x5EBC8Ec000520>