diff options
author | wiz <wiz@pkgsrc.org> | 2004-09-24 13:09:11 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-09-24 13:09:11 +0000 |
commit | b5021faf1e1e12b7c8f27cd4f4e43567f01a33fc (patch) | |
tree | 31b5af2308a8eee5c8bfbd630d8567f46d86fd1c /textproc | |
parent | 53da1071e12fdbde5a672677645be73e461206a6 (diff) | |
download | pkgsrc-b5021faf1e1e12b7c8f27cd4f4e43567f01a33fc.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/Makefile | 4 |
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: |