aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/dhcpconf
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2001-12-24 10:17:17 +0800
committerPatrick Li <pat@FreeBSD.org>2001-12-24 10:17:17 +0800
commitb666502afda11878e1adfaefeff785ee6171024b (patch)
tree9aa30fd7bf24b32e216a3b9ae394f1a2abdb5bf3 /net-mgmt/dhcpconf
parente1999fb7b6e4ffd7d87627b0fde8985f3adcc1d1 (diff)
downloadfreebsd-ports-b666502afda11878e1adfaefeff785ee6171024b.tar.gz
freebsd-ports-b666502afda11878e1adfaefeff785ee6171024b.tar.zst
freebsd-ports-b666502afda11878e1adfaefeff785ee6171024b.zip
- PORTDOCS police
- DOCSDIR support to some - Brush out some lint
Notes
Notes: svn path=/head/; revision=52072
Diffstat (limited to 'net-mgmt/dhcpconf')
-rw-r--r--net-mgmt/dhcpconf/Makefile4
-rw-r--r--net-mgmt/dhcpconf/pkg-plist4
2 files changed, 4 insertions, 4 deletions
diff --git a/net-mgmt/dhcpconf/Makefile b/net-mgmt/dhcpconf/Makefile
index a5d909e42100..4b93e7c04f8a 100644
--- a/net-mgmt/dhcpconf/Makefile
+++ b/net-mgmt/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>
diff --git a/net-mgmt/dhcpconf/pkg-plist b/net-mgmt/dhcpconf/pkg-plist
index 7be764c6360f..c68bedef941e 100644
--- a/net-mgmt/dhcpconf/pkg-plist
+++ b/net-mgmt/dhcpconf/pkg-plist
@@ -1,3 +1,3 @@
sbin/dhcpconf
-share/dhcpconf/README
-@dirrm share/dhcpconf
+%%PORTDOCS%%share/doc/dhcpconf/README
+%%PORTDOCS%%@dirrm share/doc/dhcpconf