summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorkristerw <kristerw>2005-09-29 19:35:50 +0000
committerkristerw <kristerw>2005-09-29 19:35:50 +0000
commitb6ef8c4f174815d302d3e36f67a9e2aabb25861c (patch)
tree464200444f251f9f3cf20bca5ef2edf6f377147b /textproc
parent1a8683a3bdb5c8e8f4615d7493647e2130671462 (diff)
downloadpkgsrc-b6ef8c4f174815d302d3e36f67a9e2aabb25861c.tar.gz
Do not install *.orig files that are left after patching.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/docbook-xsl/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/docbook-xsl/Makefile b/textproc/docbook-xsl/Makefile
index f1ea0dda26d..f490e3753b2 100644
--- a/textproc/docbook-xsl/Makefile
+++ b/textproc/docbook-xsl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2005/09/10 12:38:30 jmmv Exp $
+# $NetBSD: Makefile,v 1.30 2005/09/29 19:40:41 kristerw Exp $
#
DISTNAME= docbook-xsl-1.69.1
@@ -35,6 +35,7 @@ do-install:
${ECHO} "cd ${WRKSRC} && ${PAX} -rw -pp -pm $$d ${XSLDIR}/"; \
cd ${WRKSRC} && ${PAX} -rw -pp -pm $$d ${XSLDIR}/; \
done
+ ${RM} ${XSLDIR}/common/pi.xsl.orig
${INSTALL_DATA} ${FILESDIR}/catalog ${XSLDIR}/catalog
.include "../../textproc/xmlcatmgr/catalogs.mk"