diff options
author | gdt <gdt@pkgsrc.org> | 2021-08-08 15:36:22 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2021-08-08 15:36:22 +0000 |
commit | 5e5087491ca2c4d85b0945d55a017df5c16e1114 (patch) | |
tree | cb072ce48d8814da95f8e861cac155138c01b7ee /geography/gpsd | |
parent | 47996d020c19c9d434e740cd70bfcfa4f2860d37 (diff) | |
download | pkgsrc-5e5087491ca2c4d85b0945d55a017df5c16e1114.tar.gz |
gpsd: Avoid incorrect ruby vars in PLIST
(No change on systems where gpsd built.)
Diffstat (limited to 'geography/gpsd')
-rw-r--r-- | geography/gpsd/PLIST | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/geography/gpsd/PLIST b/geography/gpsd/PLIST index a17be2f2201..1cd99593139 100644 --- a/geography/gpsd/PLIST +++ b/geography/gpsd/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.16 2021/08/07 23:22:48 gdt Exp $ +@comment $NetBSD: PLIST,v 1.17 2021/08/08 15:36:22 gdt Exp $ bin/cgps bin/gegps bin/gps2udp @@ -24,10 +24,10 @@ bin/xgpsspeed bin/zerk include/gps.h include/libgpsmm.h -lib/libgps.${RUBY_DLEXT} +lib/libgps.so lib/libgps.so.29 lib/libgps.so.29.0.0 -lib/libgpsdpacket.${RUBY_DLEXT} +lib/libgpsdpacket.so lib/libgpsdpacket.so.29 lib/libgpsdpacket.so.29.0.0 lib/pkgconfig/libgps.pc |