summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorwiz <wiz>2004-09-24 13:09:11 +0000
committerwiz <wiz>2004-09-24 13:09:11 +0000
commitda5e717bdb4650611b2a7a04defdea61a8da519d (patch)
tree31b5af2308a8eee5c8bfbd630d8567f46d86fd1c /textproc
parente60b00e1499fc188ebbb9c36d5e9c41e55a8833c (diff)
downloadpkgsrc-da5e717bdb4650611b2a7a04defdea61a8da519d.tar.gz
Use cp -r instead of cp -R, for Irix 5.3. Reported by Georg Schwarz.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/dsssl-docbook-modular/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/dsssl-docbook-modular/Makefile b/textproc/dsssl-docbook-modular/Makefile
index e0826457ab3..e1f7f63e56a 100644
--- a/textproc/dsssl-docbook-modular/Makefile
+++ b/textproc/dsssl-docbook-modular/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2004/09/17 19:25:03 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2004/09/24 13:09:11 wiz Exp $
# FreeBSD Id: Makefile,v 1.17 1999/04/24 09:25:32 kuriyama Exp
DISTNAME= docbook-dsssl-1.78
@@ -28,7 +28,7 @@ pre-install:
${INSTALL_DATA_DIR} ${INSTDIR}
do-install:
- @${CP} -Rp ${WRKSRC}/* ${INSTDIR}
+ @${CP} -rp ${WRKSRC}/* ${INSTDIR}
@${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${INSTDIR}
post-install: