summaryrefslogtreecommitdiff
path: root/textproc/docbook-xsl
diff options
context:
space:
mode:
authorkristerw <kristerw>2005-09-29 19:35:50 +0000
committerkristerw <kristerw>2005-09-29 19:35:50 +0000
commit6192ba968359bc7d5427711f9e9685e72a5c785b (patch)
tree464200444f251f9f3cf20bca5ef2edf6f377147b /textproc/docbook-xsl
parente972006143d7a24942fc40b5e0ba6a1a2f97d5d3 (diff)
downloadpkgsrc-6192ba968359bc7d5427711f9e9685e72a5c785b.tar.gz
Do not install *.orig files that are left after patching.
Diffstat (limited to 'textproc/docbook-xsl')
-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"