From b666502afda11878e1adfaefeff785ee6171024b Mon Sep 17 00:00:00 2001 From: Patrick Li Date: Mon, 24 Dec 2001 02:17:17 +0000 Subject: - PORTDOCS police - DOCSDIR support to some - Brush out some lint --- net/dhcpconf/Makefile | 4 ++-- net/dhcpconf/pkg-plist | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'net/dhcpconf') 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 diff --git a/net/dhcpconf/pkg-plist b/net/dhcpconf/pkg-plist index 7be764c6360f..c68bedef941e 100644 --- a/net/dhcpconf/pkg-plist +++ b/net/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 -- cgit v1.2.3