diff options
Diffstat (limited to 'net/dhcpd')
-rw-r--r-- | net/dhcpd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/dhcpd/Makefile b/net/dhcpd/Makefile index f2287de8729d..e1708a10e2f6 100644 --- a/net/dhcpd/Makefile +++ b/net/dhcpd/Makefile @@ -9,7 +9,7 @@ COMMENT= OpenBSD dhcp daemon LICENSE= BSD3CLAUSE -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src/usr.sbin/${PORTNAME} +WRKSRC_SUBDIR= src/usr.sbin/${PORTNAME} USE_GITHUB= yes GH_ACCOUNT= koue |