summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2008-04-07 17:23:40 +0000
committerjoerg <joerg@pkgsrc.org>2008-04-07 17:23:40 +0000
commit3b6890b0df79590635f60bb1877ee2c438c07262 (patch)
tree25ecdaa5c506cba80263d692bf236ba4798f1de2 /net
parent671c262271c573f79d0bdea58a27f27894212712 (diff)
downloadpkgsrc-3b6890b0df79590635f60bb1877ee2c438c07262.tar.gz
Fix installation.
Diffstat (limited to 'net')
-rw-r--r--net/isc-dhcp/Makefile9
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 \