pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/dsssl-docbook-modular Use cp -r instead of cp...
details: https://anonhg.NetBSD.org/pkgsrc/rev/1bf0402bf81b
branches: trunk
changeset: 481029:1bf0402bf81b
user: wiz <wiz%pkgsrc.org@localhost>
date: Fri Sep 24 13:09:11 2004 +0000
description:
Use cp -r instead of cp -R, for Irix 5.3. Reported by Georg Schwarz.
diffstat:
textproc/dsssl-docbook-modular/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r b871fa97eb17 -r 1bf0402bf81b textproc/dsssl-docbook-modular/Makefile
--- a/textproc/dsssl-docbook-modular/Makefile Fri Sep 24 13:06:05 2004 +0000
+++ b/textproc/dsssl-docbook-modular/Makefile Fri Sep 24 13:09:11 2004 +0000
@@ -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 @@
${INSTALL_DATA_DIR} ${INSTDIR}
do-install:
- @${CP} -Rp ${WRKSRC}/* ${INSTDIR}
+ @${CP} -rp ${WRKSRC}/* ${INSTDIR}
@${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${INSTDIR}
post-install:
Home |
Main Index |
Thread Index |
Old Index