summaryrefslogtreecommitdiff
path: root/www/ap2-xslt2/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'www/ap2-xslt2/patches/patch-ae')
-rw-r--r--www/ap2-xslt2/patches/patch-ae17
1 files changed, 0 insertions, 17 deletions
diff --git a/www/ap2-xslt2/patches/patch-ae b/www/ap2-xslt2/patches/patch-ae
deleted file mode 100644
index f36ac27ff24..00000000000
--- a/www/ap2-xslt2/patches/patch-ae
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD: patch-ae,v 1.1.1.1 2006/12/07 02:34:01 xtraeme Exp $
-
---- doc/man/Makefile.in.orig 2004-10-02 10:24:10.000000000 +0200
-+++ doc/man/Makefile.in 2006-12-07 03:17:46.000000000 +0100
-@@ -77,8 +77,10 @@
- $(XSLT) $(XSLTPARAM) modxslt-parse.xml
-
- install: modxslt-config.1 modxslt-perror.1 modxslt-parse.1
-- $(INSTALL) -d $(DESTDIR)$(mandir)/man1
-- $(INSTALL) --mode=0644 --owner=root --group=root $^ $(DESTDIR)$(mandir)/man1
-+ $(BSD_INSTALL_MAN_DIR) $(DESTDIR)$(mandir)/man1
-+ $(BSD_INSTALL_MAN) modxslt-config.1 $(DESTDIR)$(mandir)/man1
-+ $(BSD_INSTALL_MAN) modxslt-perror.1 $(DESTDIR)$(mandir)/man1
-+ $(BSD_INSTALL_MAN) modxslt-parse.1 $(DESTDIR)$(mandir)/man1
-
- uninstall:
- rm $(DESTDIR)$(mandir)/man1/{modxslt-config.1,modxslt-parse.1,modxslt-perror.1}