diff options
author | joerg <joerg@pkgsrc.org> | 2008-06-20 01:09:05 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-06-20 01:09:05 +0000 |
commit | 3b0d97b0de8516db29699676c860489da3f7f0e1 (patch) | |
tree | bb388f6b2532587595653e67cce25229ed050cb8 /devel/asm2html/patches | |
parent | 10abca39942a8f34d088f39ccc073fee44271274 (diff) | |
download | pkgsrc-3b0d97b0de8516db29699676c860489da3f7f0e1.tar.gz |
Add DESTDIR support.
Diffstat (limited to 'devel/asm2html/patches')
-rw-r--r-- | devel/asm2html/patches/patch-aa | 4 | ||||
-rw-r--r-- | devel/asm2html/patches/patch-ab | 4 |
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 |