summaryrefslogtreecommitdiff
path: root/net/openslp
diff options
context:
space:
mode:
authormarkd <markd>2002-03-15 04:12:19 +0000
committermarkd <markd>2002-03-15 04:12:19 +0000
commit48a0df7a7003ecad28fa1af776a5fa88a37ac906 (patch)
tree69492cab268eedbb38121770374a17f8d2449ce9 /net/openslp
parent5ba01910095813baa921980d1a87ef13a5525178 (diff)
downloadpkgsrc-48a0df7a7003ecad28fa1af776a5fa88a37ac906.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/Makefile6
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