summaryrefslogtreecommitdiff
path: root/devel/asm2html
diff options
context:
space:
mode:
authorjoerg <joerg>2008-06-20 01:09:05 +0000
committerjoerg <joerg>2008-06-20 01:09:05 +0000
commit7d15c2c527b0cb171788f5360a5baca8cd9db73e (patch)
treebb388f6b2532587595653e67cce25229ed050cb8 /devel/asm2html
parent534b5bd9ce0ca747418c84f41f29a7fd1e7121a2 (diff)
downloadpkgsrc-7d15c2c527b0cb171788f5360a5baca8cd9db73e.tar.gz
Add DESTDIR support.
Diffstat (limited to 'devel/asm2html')
-rw-r--r--devel/asm2html/Makefile6
-rw-r--r--devel/asm2html/distinfo6
-rw-r--r--devel/asm2html/patches/patch-aa4
-rw-r--r--devel/asm2html/patches/patch-ab4
4 files changed, 12 insertions, 8 deletions
diff --git a/devel/asm2html/Makefile b/devel/asm2html/Makefile
index 98fd59c925c..c2bac8c8346 100644
--- a/devel/asm2html/Makefile
+++ b/devel/asm2html/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2007/06/08 18:39:23 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2008/06/20 01:09:11 joerg Exp $
#
DISTNAME= asm2html-1.4
@@ -9,6 +9,10 @@ MAINTAINER= virtus@wanadoo.nl
HOMEPAGE= http://virtus.ath.cx/asm2html/
COMMENT= Tool to convert NASM source files to HTML
+PKG_DESTDIR_SUPPORT= user-destdir
+
+INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
+
GNU_CONFIGURE= YES
.include "../../mk/bsd.pkg.mk"
diff --git a/devel/asm2html/distinfo b/devel/asm2html/distinfo
index 620491a7baf..15bd15af1eb 100644
--- a/devel/asm2html/distinfo
+++ b/devel/asm2html/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.6 2005/02/23 22:24:09 agc Exp $
+$NetBSD: distinfo,v 1.7 2008/06/20 01:09:11 joerg Exp $
SHA1 (asm2html-1.4.tar.gz) = 178ed3f2f7be8d70848f5d6a6162dfd741bc8b88
RMD160 (asm2html-1.4.tar.gz) = 8f35a7436d1b84fcda6925fcbc88a9623f2a55bd
Size (asm2html-1.4.tar.gz) = 33975 bytes
-SHA1 (patch-aa) = f5d0660d91ab58a12f894da948751a71196cdd06
-SHA1 (patch-ab) = 1ff0f9c5acecf9d4dabd2626350e84430417aea6
+SHA1 (patch-aa) = f28e1bbfd03292c1c75eaa833518835ed38142df
+SHA1 (patch-ab) = 251601e2de076e2c1af8bffcf91c336ee76a6821
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