diff options
author | marino <marino@FreeBSD.org> | 2014-10-24 22:05:23 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-10-24 22:05:23 +0800 |
commit | 4e173813a60b46f919d21dc4d44ea0bc0e932b97 (patch) | |
tree | fcdd385247a2a6a03bc1cd1cfb60fb60bfa5a5e6 /x11-fm | |
parent | e530dc114b64cf3a3d8b2a73057f8c51c6200227 (diff) | |
download | freebsd-ports-graphics-4e173813a60b46f919d21dc4d44ea0bc0e932b97.tar.gz freebsd-ports-graphics-4e173813a60b46f919d21dc4d44ea0bc0e932b97.tar.zst freebsd-ports-graphics-4e173813a60b46f919d21dc4d44ea0bc0e932b97.zip |
x11-fm/ultracopier: Remove pkg-plist, unmask installation commands
With the new ability to use full paths, the plist can be simplified.
This fixes a build issue on DragonFly where the PLIST_SUB was using
an unevaluated variable (actually containing things like curly
brackets), and this fix was preferable to := evaluations.
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/ultracopier/pkg-plist | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/x11-fm/ultracopier/pkg-plist b/x11-fm/ultracopier/pkg-plist deleted file mode 100644 index 060c4cd1393..00000000000 --- a/x11-fm/ultracopier/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true |