summaryrefslogtreecommitdiff
path: root/net/openslp
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-11-26 09:27:14 +0000
committerjlam <jlam@pkgsrc.org>2002-11-26 09:27:14 +0000
commitfc81ba995d9caf02371e51a4435570e7b5c75e4b (patch)
treecdf8bf1b7916e78fdff46ec7afef635e2e0915ce /net/openslp
parentdf1f4c5ddd2e61ac99b9e8dd6505b3c8a0a987fe (diff)
downloadpkgsrc-fc81ba995d9caf02371e51a4435570e7b5c75e4b.tar.gz
It's "cp -R", not "cp -r".
Diffstat (limited to 'net/openslp')
-rw-r--r--net/openslp/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/openslp/Makefile b/net/openslp/Makefile
index cbc718229bc..9f9307bbc39 100644
--- a/net/openslp/Makefile
+++ b/net/openslp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2002/09/19 09:04:16 jlam Exp $
+# $NetBSD: Makefile,v 1.10 2002/11/26 09:27:14 jlam Exp $
DISTNAME= openslp-1.0.9a
CATEGORIES= net
@@ -37,8 +37,8 @@ post-install:
cd ${WRKSRC}/etc; for file in ${CONFS}; do \
${INSTALL_DATA} $${file} ${EGDIR}/$${file}; \
done
- cd ${WRKSRC}/doc; ${CP} -r rfc/* ${DOCDIR}
- cd ${WRKSRC}/doc; ${CP} -r html/* ${HTMLDIR}
+ cd ${WRKSRC}/doc; ${CP} -R rfc/* ${DOCDIR}
+ cd ${WRKSRC}/doc; ${CP} -R html/* ${HTMLDIR}
${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${DOCDIR} ${HTMLDIR}
${CHMOD} -R a-w ${DOCDIR} ${HTMLDIR}