aboutsummaryrefslogtreecommitdiff
path: root/net/openldap24-server
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-09-02 17:28:04 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-09-02 17:28:04 +0000
commit15d2040d72b4b0cb9ed51d2e0792945c11f21414 (patch)
tree0b87992f7b0af0c187054069348ba40b8c691054 /net/openldap24-server
parent80f76efabfbeb5ab943d39947ec431f245c5ab14 (diff)
downloadports-15d2040d72b4b0cb9ed51d2e0792945c11f21414.tar.gz
ports-15d2040d72b4b0cb9ed51d2e0792945c11f21414.zip
Simplify plist
Notes
Notes: svn path=/head/; revision=367057
Diffstat (limited to 'net/openldap24-server')
-rw-r--r--net/openldap24-server/pkg-plist12
1 files changed, 2 insertions, 10 deletions
diff --git a/net/openldap24-server/pkg-plist b/net/openldap24-server/pkg-plist
index 08e08a56f160..84404ad19c79 100644
--- a/net/openldap24-server/pkg-plist
+++ b/net/openldap24-server/pkg-plist
@@ -152,13 +152,5 @@ man/man8/slapindex.8.gz
man/man8/slappasswd.8.gz
man/man8/slapschema.8.gz
man/man8/slaptest.8.gz
-@cwd /
-@owner %%LDAP_USER%%
-@group %%LDAP_USER%%
-@exec install -d -o %%LDAP_USER%% -g %%LDAP_GROUP%% %%LDAP_RUN_DIR%%
-@dirrmtry %%LDAP_RUN_DIR%%
-@exec install -d -o %%LDAP_USER%% -g %%LDAP_GROUP%% %%DATABASEDIR%%
-@dirrmtry %%DATABASEDIR%%
-@owner root
-@group wheel
-@cwd %%PREFIX%%
+@dirrmtry(%%LDAP_USER%%,%%LDAP_GROUP%%,) %%LDAP_RUN_DIR%%
+@dirrmtry(%%LDAP_USER%%,%%LDAP_GROUP%%,) %%DATABASEDIR%%