5306c9a613
Install docs into a version-dependent dir. Add a backup MASTER_SITE_SUBDIR. PR: 26835 Submitted by: maintainer
35 lines
1.1 KiB
Plaintext
35 lines
1.1 KiB
Plaintext
@comment $FreeBSD$
|
|
etc/dhclient.conf.sample
|
|
etc/dhcpd.conf.sample
|
|
etc/rc.d/isc-dhcpd.sh.sample
|
|
include/dhcpctl.h
|
|
include/isc/boolean.h
|
|
include/isc/dst.h
|
|
include/isc/int.h
|
|
include/isc/lang.h
|
|
include/isc/list.h
|
|
include/isc/result.h
|
|
include/isc/types.h
|
|
include/omapip/alloc.h
|
|
include/omapip/buffer.h
|
|
include/omapip/omapip.h
|
|
lib/libdhcpctl.a
|
|
lib/libomapi.a
|
|
sbin/dhclient
|
|
sbin/dhclient-script
|
|
sbin/dhcpd
|
|
sbin/dhcrelay
|
|
%%PORTDOCS%%share/doc/%%PKGBASE%%/CHANGES
|
|
%%PORTDOCS%%share/doc/%%PKGBASE%%/COPYRIGHT
|
|
%%PORTDOCS%%share/doc/%%PKGBASE%%/README
|
|
%%PORTDOCS%%share/doc/%%PKGBASE%%/RELNOTES
|
|
@dirrm include/isc
|
|
@dirrm include/omapip
|
|
%%PORTDOCS%%@dirrm share/doc/%%PKGBASE%%
|
|
@exec [ -f /var/db/dhclient.leases ] || touch /var/db/dhclient.leases
|
|
@unexec [ -s /var/db/dhclient.leases ] || rm -f /var/db/dhclient.leases
|
|
@exec [ -f /var/db/dhcpd.leases ] || touch /var/db/dhcpd.leases
|
|
@unexec [ -s /var/db/dhcpd.leases ] || rm -f /var/db/dhcpd.leases
|
|
@exec [ -f %D/etc/dhclient.conf ] || touch %D/etc/dhclient.conf
|
|
@unexec [ -L %D/etc/dhclient.conf -o -s %D/etc/dhclient.conf ] || rm -f %D/etc/dhclient.conf
|