summaryrefslogtreecommitdiff
path: root/devel/asm2html/patches
diff options
context:
space:
mode:
Diffstat (limited to 'devel/asm2html/patches')
-rw-r--r--devel/asm2html/patches/patch-aa4
-rw-r--r--devel/asm2html/patches/patch-ab4
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/asm2html/patches/patch-aa b/devel/asm2html/patches/patch-aa
index 2fd7296b510..d32450776a4 100644
--- a/devel/asm2html/patches/patch-aa
+++ b/devel/asm2html/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.1 2004/12/25 01:14:31 minskim Exp $
+$NetBSD: patch-aa,v 1.2 2008/06/20 01:09:11 joerg Exp $
--- src/Makefile.in.orig 2003-04-25 13:37:51.000000000 -0500
+++ src/Makefile.in
@@ -7,7 +7,7 @@ $NetBSD: patch-aa,v 1.1 2004/12/25 01:14:31 minskim Exp $
install:
- install -c -s -o root -g wheel -m 555 asm2html ${INSDIR}/asm2html
-+ $(BSD_INSTALL_PROGRAM) asm2html ${INSDIR}/asm2html
++ $(BSD_INSTALL_PROGRAM) asm2html ${DESTDIR}${INSDIR}/asm2html
uninstall:
rm -f $(INSDIR)/asm2html
diff --git a/devel/asm2html/patches/patch-ab b/devel/asm2html/patches/patch-ab
index de640606edb..c69e3c259c2 100644
--- a/devel/asm2html/patches/patch-ab
+++ b/devel/asm2html/patches/patch-ab
@@ -1,4 +1,4 @@
-$NetBSD: patch-ab,v 1.1 2004/12/25 01:14:31 minskim Exp $
+$NetBSD: patch-ab,v 1.2 2008/06/20 01:09:11 joerg Exp $
--- man/Makefile.in.orig 2003-04-25 13:41:31.000000000 -0500
+++ man/Makefile.in
@@ -7,7 +7,7 @@ $NetBSD: patch-ab,v 1.1 2004/12/25 01:14:31 minskim Exp $
install:
- install -c -o root -g wheel -m 444 asm2html.1 ${INSDIR}/asm2html.1
-+ $(BSD_INSTALL_MAN) asm2html.1 ${INSDIR}/asm2html.1
++ $(BSD_INSTALL_MAN) asm2html.1 ${DESTDIR}${INSDIR}/asm2html.1
uninstall:
rm -f $(INSDIR)/asm2html.1