diff options
author | tobik <tobik@FreeBSD.org> | 2018-04-21 18:48:02 +0800 |
---|---|---|
committer | tobik <tobik@FreeBSD.org> | 2018-04-21 18:48:02 +0800 |
commit | 396a2c4e2185e4a04fad4e580814cac7d27537f7 (patch) | |
tree | 53bb77401134e3ca4a36bb56c219e83a5a0c6a39 /security | |
parent | 51ae70c7080af086c4bc1387b7c7271281ad3c49 (diff) | |
download | freebsd-ports-gnome-396a2c4e2185e4a04fad4e580814cac7d27537f7.tar.gz freebsd-ports-gnome-396a2c4e2185e4a04fad4e580814cac7d27537f7.tar.zst freebsd-ports-gnome-396a2c4e2185e4a04fad4e580814cac7d27537f7.zip |
security/keepassxc: Unbreak build without AUTOTYPE
Ports r467701 broke it
===> Building package for keepassxc-2.3.1
pkg-static: Unable to access file /wrkdirs/usr/ports/security/keepassxc/work/stage/usr/local/lib/keepassxc/libkeepassx-autotype-xcb.so:No such file or directory
*** Error code 1
PR: 227159
Diffstat (limited to 'security')
-rw-r--r-- | security/keepassxc/pkg-plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/keepassxc/pkg-plist b/security/keepassxc/pkg-plist index 512e753e8508..feb8eb70556c 100644 --- a/security/keepassxc/pkg-plist +++ b/security/keepassxc/pkg-plist @@ -1,7 +1,7 @@ bin/keepassxc bin/keepassxc-cli bin/keepassxc-proxy -lib/keepassxc/libkeepassx-autotype-xcb.so +%%AUTOTYPE%%lib/keepassxc/libkeepassx-autotype-xcb.so man/man1/keepassxc-cli.1.gz share/applications/org.keepassxc.KeePassXC.desktop share/icons/hicolor/128x128/apps/keepassxc-dark.png |