aboutsummaryrefslogtreecommitdiffstats
path: root/net/dhcpconf/Makefile
diff options
context:
space:
mode:
authorpat <pat@FreeBSD.org>2001-12-24 10:17:17 +0800
committerpat <pat@FreeBSD.org>2001-12-24 10:17:17 +0800
commit7b58bb9dae47ea8f4187f1ca01d041c1deab5487 (patch)
tree438ff2856c8402cd6a8f17e494e72efbac6546bf /net/dhcpconf/Makefile
parentd53c5acbf7b9968c33e74481b4e41ab6b1e0d413 (diff)
downloadfreebsd-ports-gnome-7b58bb9dae47ea8f4187f1ca01d041c1deab5487.tar.gz
freebsd-ports-gnome-7b58bb9dae47ea8f4187f1ca01d041c1deab5487.tar.zst
freebsd-ports-gnome-7b58bb9dae47ea8f4187f1ca01d041c1deab5487.zip
- PORTDOCS police
- DOCSDIR support to some - Brush out some lint
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>