freebsd-ports/emulators/rtc/pkg-plist
Alexander Leidinger 0ac537d77c Unbreak port and make it a little bit more package friendly.
Approved by:	portmgr (kris)
2006-02-25 23:39:06 +00:00

11 lines
282 B
Text

etc/rc.d/rtc.sh
include/rtc.h
modules/rtc.ko
%%EXAMPLESDIR%%/test.c
%%MAKEDEV%%@exec mknod /dev/rtc c %%CDEV_MAJOR%% 0
@exec rm -f %%DEVDIR%%/rtc
@exec /usr/sbin/kldxref %D/modules
@unexec /usr/sbin/kldxref %D/modules
@dirrm %%EXAMPLESDIR%%
@dirrmtry modules
@unexec rm -f /dev/rtc