svn commit: r504168 - head/mail/dcc-dccd

Piotr Kubaj pkubaj at FreeBSD.org
Fri Jun 14 07:17:03 UTC 2019


Author: pkubaj
Date: Fri Jun 14 07:17:02 2019
New Revision: 504168
URL: https://svnweb.freebsd.org/changeset/ports/504168

Log:
  mail/dcc-dccd: fix startup scripts
  
  Fix startup scripts so that PREFIX is not %D.
  
  PR:		238501
  Approved by:	mat (mentor)
  Differential Revision:	https://reviews.freebsd.org/D20611

Modified:
  head/mail/dcc-dccd/Makefile

Modified: head/mail/dcc-dccd/Makefile
==============================================================================
--- head/mail/dcc-dccd/Makefile	Fri Jun 14 07:15:06 2019	(r504167)
+++ head/mail/dcc-dccd/Makefile	Fri Jun 14 07:17:02 2019	(r504168)
@@ -3,6 +3,7 @@
 
 PORTNAME=	dcc-dccd
 PORTVERSION=	2.3.165
+PORTREVISION=	1
 CATEGORIES=	mail
 MASTER_SITES=	https://www.dcc-servers.net/dcc/source/old/
 DISTNAME=	dcc-${PORTVERSION}
@@ -22,7 +23,7 @@ GROUPS=		${DCCGROUP}
 
 PLIST_SUB=	DCCDATA="${DCCDATA}" DCCUSER="${DCCUSER}" DCCGROUP="${DCCGROUP}"
 SUB_FILES=	pkg-install pkg-message
-SUB_LIST=	${PLIST_SUB} WRKSRC=${WRKSRC} DCCHOME=${DCCHOME}
+SUB_LIST=	DCCDATA="${DCCDATA}" DCCUSER="${DCCUSER}" DCCGROUP="${DCCGROUP}" ${PLIST_SUB} 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


More information about the svn-ports-all mailing list