pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/26985: textproc/dsssl-docbook-modular/Makefile uses ${RM} -R
>Number: 26985
>Category: pkg
>Synopsis: textproc/dsssl-docbook-modular/Makefile uses ${RM} -R
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Fri Sep 17 19:08:00 UTC 2004
>Closed-Date:
>Last-Modified:
>Originator: Georg Schwarz
>Release: current pkgsrc
>Organization:
>Environment:
IRIX lorenz 5.3 08031225 IP20 mips
>Description:
textproc/dsssl-docbook-modular/Makefile uses ${RM} -R, which is not supported
by some platforms' rm.
>How-To-Repeat:
>Fix:
--- Makefile.orig Tue Sep 14 00:36:01 2004
+++ Makefile Tue Sep 14 00:36:44 2004
@@ -22,7 +22,7 @@
SGML_CATALOGS= ${INSTDIR}/catalog
do-build:
- @${RM} -Rf ${WRKSRC}/docsrc
+ @${RM} -rf ${WRKSRC}/docsrc
pre-install:
${INSTALL_DATA_DIR} ${INSTDIR}
>Release-Note:
>Audit-Trail:
>Unformatted:
Home |
Main Index |
Thread Index |
Old Index