Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Jun 2016 15:21:39 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r417072 - head/multimedia/openh264
Message-ID:  <201606181521.u5IFLdu8003184@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sat Jun 18 15:21:39 2016
New Revision: 417072
URL: https://svnweb.freebsd.org/changeset/ports/417072

Log:
  Prefer explicit @postexec

Modified:
  head/multimedia/openh264/pkg-plist

Modified: head/multimedia/openh264/pkg-plist
==============================================================================
--- head/multimedia/openh264/pkg-plist	Sat Jun 18 15:14:38 2016	(r417071)
+++ head/multimedia/openh264/pkg-plist	Sat Jun 18 15:21:39 2016	(r417072)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606181521.u5IFLdu8003184>