aboutsummaryrefslogtreecommitdiff
path: root/net/dhcpconf/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/dhcpconf/Makefile')
-rw-r--r--net/dhcpconf/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/dhcpconf/Makefile b/net/dhcpconf/Makefile
index a5d909e42100..4b93e7c04f8a 100644
--- a/net/dhcpconf/Makefile
+++ b/net/dhcpconf/Makefile
@@ -24,8 +24,8 @@ MAKE_ENV+= PCFLAGS="${CFLAGS}"
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/dhcp-conf ${PREFIX}/sbin/dhcpconf
.if !defined(NOPORTDOCS)
- @${MKDIR} ${PREFIX}/share/dhcpconf
- @${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/dhcpconf
+ @${MKDIR} ${DOCSDIR}
+ @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
.include <bsd.port.mk>