diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-09-14 17:25:18 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-09-14 17:25:18 +0000 |
commit | 011e08802ff701390e231191e1e559c922170307 (patch) | |
tree | 0159475afbf60f0dc3e52f96d0582460acf74e7b /dns/curvedns | |
parent | 61ba7915d6968021ee57a21b8594216e379864ec (diff) |
Notes
Diffstat (limited to 'dns/curvedns')
-rw-r--r-- | dns/curvedns/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dns/curvedns/Makefile b/dns/curvedns/Makefile index eacdaef970c0..9e483d24a69b 100644 --- a/dns/curvedns/Makefile +++ b/dns/curvedns/Makefile @@ -3,7 +3,7 @@ PORTNAME= curvedns PORTVERSION= 0.88.b -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= dns DISTNAME= curvedns-0.88-unstable @@ -30,6 +30,7 @@ GROUPS= bind CURVE_UID= 53 CURVE_GID= 53 +PLIST_SUB= CURVE_UID="${USERS}" CURVE_GID="${GROUPS}" SUB_FILES= pkg-message do-install: |