summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorminskim <minskim>2004-12-25 01:14:31 +0000
committerminskim <minskim>2004-12-25 01:14:31 +0000
commitce3ce1d8a415058ccdabd6ba4c781d0b760101b9 (patch)
treea5f73d4707355262ea3bd7c3e4ed10cdea460f41
parenteeb8c8a715229dedc3e7b64ef9f5aeffe5d9c1d6 (diff)
downloadpkgsrc-ce3ce1d8a415058ccdabd6ba4c781d0b760101b9.tar.gz
Use BSD_INSTALL_* to set permission and ownership correctly.
-rw-r--r--devel/asm2html/distinfo4
-rw-r--r--devel/asm2html/patches/patch-aa13
-rw-r--r--devel/asm2html/patches/patch-ab13
3 files changed, 29 insertions, 1 deletions
diff --git a/devel/asm2html/distinfo b/devel/asm2html/distinfo
index 8ecfd1395b8..e94d0d53be2 100644
--- a/devel/asm2html/distinfo
+++ b/devel/asm2html/distinfo
@@ -1,4 +1,6 @@
-$NetBSD: distinfo,v 1.4 2003/06/03 13:55:23 wiz Exp $
+$NetBSD: distinfo,v 1.5 2004/12/25 01:14:31 minskim Exp $
SHA1 (asm2html-1.4.tar.gz) = 178ed3f2f7be8d70848f5d6a6162dfd741bc8b88
Size (asm2html-1.4.tar.gz) = 33975 bytes
+SHA1 (patch-aa) = f5d0660d91ab58a12f894da948751a71196cdd06
+SHA1 (patch-ab) = 1ff0f9c5acecf9d4dabd2626350e84430417aea6
diff --git a/devel/asm2html/patches/patch-aa b/devel/asm2html/patches/patch-aa
new file mode 100644
index 00000000000..2fd7296b510
--- /dev/null
+++ b/devel/asm2html/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2004/12/25 01:14:31 minskim Exp $
+
+--- src/Makefile.in.orig 2003-04-25 13:37:51.000000000 -0500
++++ src/Makefile.in
+@@ -18,7 +16,7 @@ process.o: process.c
+ $(CC) $(CFLAGS) $(INC) -c process.c
+
+ install:
+- install -c -s -o root -g wheel -m 555 asm2html ${INSDIR}/asm2html
++ $(BSD_INSTALL_PROGRAM) asm2html ${INSDIR}/asm2html
+
+ uninstall:
+ rm -f $(INSDIR)/asm2html
diff --git a/devel/asm2html/patches/patch-ab b/devel/asm2html/patches/patch-ab
new file mode 100644
index 00000000000..de640606edb
--- /dev/null
+++ b/devel/asm2html/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1 2004/12/25 01:14:31 minskim Exp $
+
+--- man/Makefile.in.orig 2003-04-25 13:41:31.000000000 -0500
++++ man/Makefile.in
+@@ -1,7 +1,7 @@
+ INSDIR=@prefix@/man/man1
+
+ install:
+- install -c -o root -g wheel -m 444 asm2html.1 ${INSDIR}/asm2html.1
++ $(BSD_INSTALL_MAN) asm2html.1 ${INSDIR}/asm2html.1
+
+ uninstall:
+ rm -f $(INSDIR)/asm2html.1