aboutsummaryrefslogtreecommitdiff
path: root/Keywords
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2021-03-26 22:42:59 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2021-03-26 22:42:59 +0000
commit80365d8914e32ea3fa23876d891b423add611616 (patch)
tree1324d6e41211c3cc67af814a4397eef6fad0c32b /Keywords
parent47fc5b69f7b01d5ddfade3841ff483a17b4c6cc4 (diff)
downloadports-80365d8914e32ea3fa23876d891b423add611616.tar.gz
ports-80365d8914e32ea3fa23876d891b423add611616.zip
tell pkg to format the @*exec arguments using the espace sequences
Notes
Notes: svn path=/head/; revision=569274
Diffstat (limited to 'Keywords')
-rw-r--r--Keywords/exec.ucl1
-rw-r--r--Keywords/postexec.ucl1
-rw-r--r--Keywords/postunexec.ucl1
-rw-r--r--Keywords/preexec.ucl1
-rw-r--r--Keywords/preunexec.ucl1
-rw-r--r--Keywords/unexec.ucl1
6 files changed, 6 insertions, 0 deletions
diff --git a/Keywords/exec.ucl b/Keywords/exec.ucl
index 525b6f1265fa..b0538c4c5757 100644
--- a/Keywords/exec.ucl
+++ b/Keywords/exec.ucl
@@ -6,6 +6,7 @@ deprecated: true
deprecation_message: <<EOM
Use @preexec/@postexec instead
EOM
+preformat_arguments: true
post-install: <<EOS
%@
EOS
diff --git a/Keywords/postexec.ucl b/Keywords/postexec.ucl
index c6a66ccbed34..f943f044fb23 100644
--- a/Keywords/postexec.ucl
+++ b/Keywords/postexec.ucl
@@ -2,6 +2,7 @@
#
# MAINTAINER: portmgr@FreeBSD.org
actions: []
+preformat_arguments: true
post-install: <<EOS
%@
EOS
diff --git a/Keywords/postunexec.ucl b/Keywords/postunexec.ucl
index 038dda0697b5..1f0e1b71ce83 100644
--- a/Keywords/postunexec.ucl
+++ b/Keywords/postunexec.ucl
@@ -2,6 +2,7 @@
#
# MAINTAINER: portmgr@FreeBSD.org
actions: []
+preformat_arguments: true
post-deinstall: <<EOS
%@
EOS
diff --git a/Keywords/preexec.ucl b/Keywords/preexec.ucl
index c9a76ab54c83..662ec5d31061 100644
--- a/Keywords/preexec.ucl
+++ b/Keywords/preexec.ucl
@@ -2,6 +2,7 @@
#
# MAINTAINER: portmgr@FreeBSD.org
actions: []
+preformat_arguments: true
pre-install: <<EOS
%@
EOS
diff --git a/Keywords/preunexec.ucl b/Keywords/preunexec.ucl
index ca1bd984118e..b0e513b1f441 100644
--- a/Keywords/preunexec.ucl
+++ b/Keywords/preunexec.ucl
@@ -2,6 +2,7 @@
#
# MAINTAINER: portmgr@FreeBSD.org
actions: []
+preformat_arguments: true
pre-deinstall: <<EOS
%@
EOS
diff --git a/Keywords/unexec.ucl b/Keywords/unexec.ucl
index be104248cf4a..e3eeed8a47da 100644
--- a/Keywords/unexec.ucl
+++ b/Keywords/unexec.ucl
@@ -6,6 +6,7 @@ deprecated: true
deprecation_message: <<EOM
Use @preunexec/@postunexec instead
EOM
+preformat_arguments: true
pre-deinstall: <<EOS
%@
EOS