diff options
author | joerg <joerg@pkgsrc.org> | 2008-04-07 17:23:40 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-04-07 17:23:40 +0000 |
commit | 3b6890b0df79590635f60bb1877ee2c438c07262 (patch) | |
tree | 25ecdaa5c506cba80263d692bf236ba4798f1de2 /net | |
parent | 671c262271c573f79d0bdea58a27f27894212712 (diff) | |
download | pkgsrc-3b6890b0df79590635f60bb1877ee2c438c07262.tar.gz |
Fix installation.
Diffstat (limited to 'net')
-rw-r--r-- | net/isc-dhcp/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/net/isc-dhcp/Makefile b/net/isc-dhcp/Makefile index 9264bb690e7..0bda632a52a 100644 --- a/net/isc-dhcp/Makefile +++ b/net/isc-dhcp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2008/01/03 12:25:01 adrianp Exp $ +# $NetBSD: Makefile,v 1.4 2008/04/07 17:23:40 joerg Exp $ # COMMENT= ISC Dynamic Host Configuration Protocol (DHCP) Base @@ -8,11 +8,10 @@ SUBDIR= common minires dst MAN_FILES= man5/dhcp-eval.5 man5/dhcp-options.5 -post-install: - ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/isc-dhcp-${COMPONENT} - ${INSTALL_DATA_DIR} ${PREFIX}/include/isc-dhcp - ${INSTALL_DATA_DIR} ${PREFIX}/include/omapip +INSTALLATION_DIRS= include/isc-dhcp include/omapip \ + lib share/doc/isc-dhcp-${COMPONENT} +post-install: ${INSTALL_DATA} ${WRKSRC}/README \ ${PREFIX}/share/doc/isc-dhcp-${COMPONENT} ${INSTALL_DATA} ${WRKSRC}/RELNOTES \ |