diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2019-06-14 15:17:02 +0800 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2019-06-14 15:17:02 +0800 |
commit | d6f9c77b18d464be60055f5258a986247828025e (patch) | |
tree | 9d155c7affd7061bd7553283d96f18db2c2f8a7a /mail | |
parent | 95ae97c55fa57c7c3ec7eb2c2275fc46dbe63bce (diff) | |
download | freebsd-ports-gnome-d6f9c77b18d464be60055f5258a986247828025e.tar.gz freebsd-ports-gnome-d6f9c77b18d464be60055f5258a986247828025e.tar.zst freebsd-ports-gnome-d6f9c77b18d464be60055f5258a986247828025e.zip |
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
Diffstat (limited to 'mail')
-rw-r--r-- | mail/dcc-dccd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/dcc-dccd/Makefile b/mail/dcc-dccd/Makefile index c0b0e85b9a72..aa0fe869d42d 100644 --- a/mail/dcc-dccd/Makefile +++ b/mail/dcc-dccd/Makefile @@ -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 |