From a8545ea051dfec45b84c65677fc9bebf854f5ff3 Mon Sep 17 00:00:00 2001 From: markd Date: Fri, 15 Mar 2002 04:12:19 +0000 Subject: Do the INSTALL_DATA_DIR's one dir at a time to keep Solaris happy. --- net/openslp/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'net/openslp') diff --git a/net/openslp/Makefile b/net/openslp/Makefile index 55ac42fcda7..f42e4989788 100644 --- a/net/openslp/Makefile +++ b/net/openslp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2002/01/31 17:00:50 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2002/03/15 04:12:19 markd Exp $ DISTNAME= openslp-1.0.7 CATEGORIES= net @@ -41,7 +41,9 @@ post-install: ${INSTALL_SCRIPT} ${WRKDIR}/$${script} \ ${PREFIX}/etc/rc.d/$${script}; \ done - ${INSTALL_DATA_DIR} ${DOCDIR} ${EGDIR} ${HTMLDIR} + ${INSTALL_DATA_DIR} ${DOCDIR} + ${INSTALL_DATA_DIR} ${EGDIR} + ${INSTALL_DATA_DIR} ${HTMLDIR} cd ${WRKSRC}/etc; for file in ${CONFS}; do \ ${INSTALL_DATA} $${file} ${EGDIR}/$${file}; \ done -- cgit v1.2.3