diff options
author | nros <nros@pkgsrc.org> | 2022-10-03 16:09:53 +0000 |
---|---|---|
committer | nros <nros@pkgsrc.org> | 2022-10-03 16:09:53 +0000 |
commit | 687454d3964fafe5674dcde477f10b82adf90e9b (patch) | |
tree | f7faf00da88420329931d6f0f73c8ef973edd018 | |
parent | ce47212e8bd458ea970f941603022ca9ed3f6d49 (diff) | |
download | pkgsrc-687454d3964fafe5674dcde477f10b82adf90e9b.tar.gz |
dar: fix dar-int32 option build by using DARBITS in PLIST
-rw-r--r-- | archivers/dar/PLIST | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/archivers/dar/PLIST b/archivers/dar/PLIST index 41314ef8256..b3b64d23b13 100644 --- a/archivers/dar/PLIST +++ b/archivers/dar/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.14 2022/10/03 13:59:05 nros Exp $ +@comment $NetBSD: PLIST,v 1.15 2022/10/03 16:09:53 nros Exp $ bin/dar bin/dar_cp bin/dar_manager @@ -89,8 +89,8 @@ include/dar/user_interaction_blind.hpp include/dar/user_interaction_callback.hpp include/dar/user_interaction_callback5.hpp include/dar/wrapperlib.hpp -lib/libdar64.la -lib/pkgconfig/libdar64.pc +lib/libdar${DARBITS}.la +lib/pkgconfig/libdar${DARBITS}.pc man/man1/dar.1 man/man1/dar_cp.1 man/man1/dar_manager.1 |