pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/isc-dhcp Fix installation.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/21286d96e406
branches:  trunk
changeset: 540791:21286d96e406
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Apr 07 17:23:40 2008 +0000

description:
Fix installation.

diffstat:

 net/isc-dhcp/Makefile |  9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diffs (24 lines):

diff -r 024007c163ff -r 21286d96e406 net/isc-dhcp/Makefile
--- a/net/isc-dhcp/Makefile     Mon Apr 07 17:14:20 2008 +0000
+++ b/net/isc-dhcp/Makefile     Mon Apr 07 17:23:40 2008 +0000
@@ -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 @@
 
 MAN_FILES=     man5/dhcp-eval.5 man5/dhcp-options.5
 
+INSTALLATION_DIRS=     include/isc-dhcp include/omapip \
+                       lib share/doc/isc-dhcp-${COMPONENT}
+
 post-install:
-       ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/isc-dhcp-${COMPONENT}
-       ${INSTALL_DATA_DIR} ${PREFIX}/include/isc-dhcp
-       ${INSTALL_DATA_DIR} ${PREFIX}/include/omapip
-
        ${INSTALL_DATA} ${WRKSRC}/README \
                ${PREFIX}/share/doc/isc-dhcp-${COMPONENT}
        ${INSTALL_DATA} ${WRKSRC}/RELNOTES \



Home | Main Index | Thread Index | Old Index