diff options
author | markd <markd@pkgsrc.org> | 2002-03-15 04:12:19 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2002-03-15 04:12:19 +0000 |
commit | a8545ea051dfec45b84c65677fc9bebf854f5ff3 (patch) | |
tree | 69492cab268eedbb38121770374a17f8d2449ce9 /net/openslp | |
parent | 295e2278da29527fcb2c418beb838024fce73663 (diff) | |
download | pkgsrc-a8545ea051dfec45b84c65677fc9bebf854f5ff3.tar.gz |
Do the INSTALL_DATA_DIR's one dir at a time to keep Solaris happy.
Diffstat (limited to 'net/openslp')
-rw-r--r-- | net/openslp/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
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 |