diff options
author | pat <pat@FreeBSD.org> | 2001-12-24 02:17:17 +0000 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2001-12-24 02:17:17 +0000 |
commit | 7b58bb9dae47ea8f4187f1ca01d041c1deab5487 (patch) | |
tree | 438ff2856c8402cd6a8f17e494e72efbac6546bf /net/dhcpconf | |
parent | d53c5acbf7b9968c33e74481b4e41ab6b1e0d413 (diff) | |
download | FreeBSD-ports-7b58bb9dae47ea8f4187f1ca01d041c1deab5487.zip FreeBSD-ports-7b58bb9dae47ea8f4187f1ca01d041c1deab5487.tar.gz |
- PORTDOCS police
- DOCSDIR support to some
- Brush out some lint
Diffstat (limited to 'net/dhcpconf')
-rw-r--r-- | net/dhcpconf/Makefile | 4 | ||||
-rw-r--r-- | net/dhcpconf/pkg-plist | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net/dhcpconf/Makefile b/net/dhcpconf/Makefile index a5d909e..4b93e7c 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> diff --git a/net/dhcpconf/pkg-plist b/net/dhcpconf/pkg-plist index 7be764c..c68bede 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 |