diff --git a/net/dhcpd/Makefile b/net/dhcpd/Makefile index afb1b64f6db3..98a562f5ddbd 100644 --- a/net/dhcpd/Makefile +++ b/net/dhcpd/Makefile @@ -1,39 +1,40 @@ PORTNAME= dhcpd PORTVERSION= 6.6.20200413 +PORTREVISION= 1 CATEGORIES= net MAINTAINER= koue@chaosophia.net COMMENT= OpenBSD dhcp daemon WWW= https://github.com/koue/dhcpd LICENSE= BSD3CLAUSE USES= ssl uidfix USE_GITHUB= yes GH_ACCOUNT= koue USE_RC_SUBR= dhcpd -MAKE_ARGS+= BINDIR=${PREFIX}/sbin MANDIR=${PREFIX}/man/man +MAKE_ARGS+= BINDIR=${PREFIX}/sbin MANDIR=${PREFIX}/share/man/man CFLAGS+= -Wall CONFLICTS= isc-dhcp4[1-3]-server* WRKSRC_SUBDIR= src/usr.sbin/${PORTNAME} OPTIONS_DEFINE= NOPF OPTIONS_SUB= yes NOPF_DESC= Disable PF support NOPF_CFLAGS= -DNO_PF=1 post-patch: @${REINPLACE_CMD} -e "s|/etc/dhcpd.conf|${PREFIX}/etc/dhcpd.conf|" \ ${WRKSRC}/dhcpd.[h8] post-install: ${INSTALL_DATA} ${WRKSRC}/dhcpd.conf \ ${STAGEDIR}${PREFIX}/etc/dhcpd.conf.sample .include diff --git a/net/dhcpd/pkg-plist b/net/dhcpd/pkg-plist index 39448d010fd6..a9132d25c0b0 100644 --- a/net/dhcpd/pkg-plist +++ b/net/dhcpd/pkg-plist @@ -1,6 +1,6 @@ @sample etc/dhcpd.conf.sample -man/man5/dhcp-options.5.gz -man/man5/dhcpd.conf.5.gz -man/man5/dhcpd.leases.5.gz -man/man8/dhcpd.8.gz sbin/dhcpd +share/man/man5/dhcp-options.5.gz +share/man/man5/dhcpd.conf.5.gz +share/man/man5/dhcpd.leases.5.gz +share/man/man8/dhcpd.8.gz