diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-06-18 15:21:39 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-06-18 15:21:39 +0000 |
commit | 3935f3bbe2c84ff5469c013ccdd36427a10964a0 (patch) | |
tree | 4865fedcbcffb642990624e3a9b6f800eed371b6 /multimedia/openh264 | |
parent | 928d73d667a4b3c557479bedf1c29cd6d789a464 (diff) | |
download | ports-3935f3bbe2c84ff5469c013ccdd36427a10964a0.tar.gz ports-3935f3bbe2c84ff5469c013ccdd36427a10964a0.zip |
Prefer explicit @postexec
Notes
Notes:
svn path=/head/; revision=417072
Diffstat (limited to 'multimedia/openh264')
-rw-r--r-- | multimedia/openh264/pkg-plist | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/multimedia/openh264/pkg-plist b/multimedia/openh264/pkg-plist index de0ad7d2578b..d1d167921622 100644 --- a/multimedia/openh264/pkg-plist +++ b/multimedia/openh264/pkg-plist @@ -7,9 +7,9 @@ include/wels/codec_ver.h %%PLUGINS%%@rmtry lib/firefox/defaults/pref/gmpopenh264.js %%PLUGINS%%@rmtry lib/seamonkey/defaults/pref/gmpopenh264.js %%PLUGINS%%%%WEBPLUGIN_DIR%%/gmpopenh264.js -%%PLUGINS%%@exec ln -sf %D/%F %D/lib/firefox-nightly/defaults/pref/ 2>/dev/null || true -%%PLUGINS%%@exec ln -sf %D/%F %D/lib/firefox/defaults/pref/ 2>/dev/null || true -%%PLUGINS%%@exec ln -sf %D/%F %D/lib/seamonkey/defaults/pref/ 2>/dev/null || true +%%PLUGINS%%@postexec ln -sf %D/%F %D/lib/firefox-nightly/defaults/pref/ 2>/dev/null || true +%%PLUGINS%%@postexec ln -sf %D/%F %D/lib/firefox/defaults/pref/ 2>/dev/null || true +%%PLUGINS%%@postexec ln -sf %D/%F %D/lib/seamonkey/defaults/pref/ 2>/dev/null || true %%PLUGINS%%%%WEBPLUGIN_DIR%%/libgmpopenh264.so lib/libopenh264.a lib/libopenh264.so |