1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/net/isc-dhcp31-server/pkg-plist
Alexander Langer 6f8b692465 Update to 3.0.r7.
PR:		27478
Submitted by:	Cyrille Lefevre <clefevre@poboxes.com> (maintainer)
2001-05-21 19:30:29 +00:00

36 lines
1.4 KiB
Plaintext

@comment $FreeBSD$
%%SAMP_SUBDIR%%/dhclient.conf%%SAMP_SUFFIX%%
%%SAMP_SUBDIR%%/dhcpd.conf%%SAMP_SUFFIX%%
%%RCD_SUBDIR%%/isc-dhcpd.sh%%SAMP_SUFFIX%%
%%INC_SUBDIR%%/dhcpctl.h
%%INC_SUBDIR%%/isc/boolean.h
%%INC_SUBDIR%%/isc/dst.h
%%INC_SUBDIR%%/isc/int.h
%%INC_SUBDIR%%/isc/lang.h
%%INC_SUBDIR%%/isc/list.h
%%INC_SUBDIR%%/isc/result.h
%%INC_SUBDIR%%/isc/types.h
%%INC_SUBDIR%%/omapip/alloc.h
%%INC_SUBDIR%%/omapip/buffer.h
%%INC_SUBDIR%%/omapip/omapip.h
%%LIB_SUBDIR%%/libdhcpctl.a
%%LIB_SUBDIR%%/libomapi.a
%%BIN_SUBDIR%%/dhclient
%%BIN_SUBDIR%%/dhclient-script
%%BIN_SUBDIR%%/dhcpd
%%BIN_SUBDIR%%/dhcrelay
%%PORTDOCS%%%%DOC_SUBDIR%%/CHANGES
%%PORTDOCS%%%%DOC_SUBDIR%%/COPYRIGHT
%%PORTDOCS%%%%DOC_SUBDIR%%/README
%%PORTDOCS%%%%DOC_SUBDIR%%/RELNOTES
@dirrm %%INC_SUBDIR%%/isc
@dirrm %%INC_SUBDIR%%/omapip
%%PORTDOCS%%@dirrm %%DOC_SUBDIR%%
@unexec rm -f %%RCD_SUBDIR%%/isc-dhcpd.sh
@exec [ -f %%DATA_DIR%%/dhclient.leases ] || touch %%DATA_DIR%%/dhclient.leases
@unexec [ -s %%DATA_DIR%%/dhclient.leases ] || rm -f %%DATA_DIR%%/dhclient.leases
@exec [ -f %%DATA_DIR%%/dhcpd.leases ] || touch %%DATA_DIR%%/dhcpd.leases
@unexec [ -s %%DATA_DIR%%/dhcpd.leases ] || rm -f %%DATA_DIR%%/dhcpd.leases
@exec [ -f %D/%%CONF_SUBDIR%%/dhclient.conf ] || touch %D/%%CONF_SUBDIR%%/dhclient.conf
@unexec [ -L %D/%%CONF_SUBDIR%%/dhclient.conf -o -s %D/%%CONF_SUBDIR%%/dhclient.conf ] || rm -f %D/%%CONF_SUBDIR%%/dhclient.conf