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
commit073b403b1d52cfb27128d5da3b503afbd51e5b1d (patch)
tree69492cab268eedbb38121770374a17f8d2449ce9 /net/openslp
parent4dd83da34bab72671ed077a6fcb40d1b835e3813 (diff)
downloadpkgsrc-073b403b1d52cfb27128d5da3b503afbd51e5b1d.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