diff options
author | Rodrigo Osorio <rodrigo@FreeBSD.org> | 2021-05-31 08:26:57 +0000 |
---|---|---|
committer | Rodrigo Osorio <rodrigo@FreeBSD.org> | 2021-05-31 08:31:00 +0000 |
commit | e623dcc8be0f32219ab06f575455cc7d67b5251a (patch) | |
tree | 9475299d530b5b4dbf66ebfc52a12f6d70abadb6 | |
parent | 6d6d6ec902f0e19fc3f11b5168c6fd54e39a05ca (diff) | |
download | ports-e623dcc8be0f32219ab06f575455cc7d67b5251a.tar.gz ports-e623dcc8be0f32219ab06f575455cc7d67b5251a.zip |
comms/rtl-443: Fix pkg-plist for configuration files
Use @sample declaration for configuration files.
Bump PORTREVISION
-rw-r--r-- | comms/rtl-443/Makefile | 1 | ||||
-rw-r--r-- | comms/rtl-443/pkg-plist | 52 |
2 files changed, 27 insertions, 26 deletions
diff --git a/comms/rtl-443/Makefile b/comms/rtl-443/Makefile index 7e5d5c3d7b2a..5a20f922074b 100644 --- a/comms/rtl-443/Makefile +++ b/comms/rtl-443/Makefile @@ -2,6 +2,7 @@ PORTNAME= rtl-433 PORTVERSION= 21.05 +PORTREVISION= 1 CATEGORIES= comms hamradio MAINTAINER= rodrigo@FeeBSD.org diff --git a/comms/rtl-443/pkg-plist b/comms/rtl-443/pkg-plist index 45f9551a5211..81d53b51ddc8 100644 --- a/comms/rtl-443/pkg-plist +++ b/comms/rtl-443/pkg-plist @@ -1,30 +1,30 @@ bin/rtl_433 -etc/rtl_433/CAME-TOP432.conf -etc/rtl_433/EV1527-4Button-Universal-Remote.conf -etc/rtl_433/EV1527-PIR-Sgooway.conf -etc/rtl_433/FAN-53T.conf -etc/rtl_433/HeatmiserPRT-W.conf -etc/rtl_433/MightyMule-FM231.conf -etc/rtl_433/SMC5326-Remote.conf -etc/rtl_433/SalusRT300RF.conf -etc/rtl_433/Skylink_HA-434TL.conf -etc/rtl_433/adlm_fprf.conf -etc/rtl_433/atc-technology_lmt-430.conf -etc/rtl_433/car_fob.conf -etc/rtl_433/chungear_bcf-0019x2.conf -etc/rtl_433/dooya_curtain.conf -etc/rtl_433/energy_count_3000.conf -etc/rtl_433/fan-11t.conf -etc/rtl_433/friedlandevo.conf -etc/rtl_433/led-light-remote.conf -etc/rtl_433/pir-ef4.conf -etc/rtl_433/rtl_433.example.conf -etc/rtl_433/silverline_doorbell.conf -etc/rtl_433/sonoff_rm433.conf -etc/rtl_433/steffen_switch.conf -etc/rtl_433/tesla_charge-port-opener.conf -etc/rtl_433/valeo_car_key.conf -etc/rtl_433/verisure_alarm.conf +@sample etc/rtl_433/CAME-TOP432.conf etc/rtl_433/CAME-TOP432.conf.sample +@sample etc/rtl_433/EV1527-4Button-Universal-Remote.conf etc/rtl_433/EV1527-4Button-Universal-Remote.conf.sample +@sample etc/rtl_433/EV1527-PIR-Sgooway.conf etc/rtl_433/EV1527-PIR-Sgooway.conf.sample +@sample etc/rtl_433/FAN-53T.conf etc/rtl_433/FAN-53T.conf.sample +@sample etc/rtl_433/HeatmiserPRT-W.conf etc/rtl_433/HeatmiserPRT-W.conf.sample +@sample etc/rtl_433/MightyMule-FM231.conf etc/rtl_433/MightyMule-FM231.conf.sample +@sample etc/rtl_433/SMC5326-Remote.conf etc/rtl_433/SMC5326-Remote.conf.sample +@sample etc/rtl_433/SalusRT300RF.conf etc/rtl_433/SalusRT300RF.conf.sample +@sample etc/rtl_433/Skylink_HA-434TL.conf etc/rtl_433/Skylink_HA-434TL.conf.sample +@sample etc/rtl_433/adlm_fprf.conf etc/rtl_433/adlm_fprf.conf.sample +@sample etc/rtl_433/atc-technology_lmt-430.conf etc/rtl_433/atc-technology_lmt-430.conf.sample +@sample etc/rtl_433/car_fob.conf etc/rtl_433/car_fob.conf.sample +@sample etc/rtl_433/chungear_bcf-0019x2.conf etc/rtl_433/chungear_bcf-0019x2.conf.sample +@sample etc/rtl_433/dooya_curtain.conf etc/rtl_433/dooya_curtain.conf.sample +@sample etc/rtl_433/energy_count_3000.conf etc/rtl_433/energy_count_3000.conf.sample +@sample etc/rtl_433/fan-11t.conf etc/rtl_433/fan-11t.conf.sample +@sample etc/rtl_433/friedlandevo.conf etc/rtl_433/friedlandevo.conf.sample +@sample etc/rtl_433/led-light-remote.conf etc/rtl_433/led-light-remote.conf.sample +@sample etc/rtl_433/pir-ef4.conf etc/rtl_433/pir-ef4.conf.sample +@sample etc/rtl_433/rtl_433.example.conf etc/rtl_433/rtl_433.example.conf.sample +@sample etc/rtl_433/silverline_doorbell.conf etc/rtl_433/silverline_doorbell.conf.sample +@sample etc/rtl_433/sonoff_rm433.conf etc/rtl_433/sonoff_rm433.conf.sample +@sample etc/rtl_433/steffen_switch.conf etc/rtl_433/steffen_switch.conf.sample +@sample etc/rtl_433/tesla_charge-port-opener.conf etc/rtl_433/tesla_charge-port-opener.conf.sample +@sample etc/rtl_433/valeo_car_key.conf etc/rtl_433/valeo_car_key.conf.sample +@sample etc/rtl_433/verisure_alarm.conf etc/rtl_433/verisure_alarm.conf.sample include/rtl_433.h include/rtl_433_devices.h share/man/man1/rtl_433.1.gz |