Date: Fri, 14 Jun 2019 07:17:02 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r504168 - head/mail/dcc-dccd Message-ID: <201906140717.x5E7H2wY081642@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906140717.x5E7H2wY081642>