pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/asm2html Use BSD_INSTALL_* to set permission and...
details: https://anonhg.NetBSD.org/pkgsrc/rev/6e1064b59aad
branches: trunk
changeset: 486202:6e1064b59aad
user: minskim <minskim%pkgsrc.org@localhost>
date: Sat Dec 25 01:14:31 2004 +0000
description:
Use BSD_INSTALL_* to set permission and ownership correctly.
diffstat:
devel/asm2html/distinfo | 4 +++-
devel/asm2html/patches/patch-aa | 13 +++++++++++++
devel/asm2html/patches/patch-ab | 13 +++++++++++++
3 files changed, 29 insertions(+), 1 deletions(-)
diffs (45 lines):
diff -r 3180496243f5 -r 6e1064b59aad devel/asm2html/distinfo
--- a/devel/asm2html/distinfo Fri Dec 24 23:44:30 2004 +0000
+++ b/devel/asm2html/distinfo Sat Dec 25 01:14:31 2004 +0000
@@ -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 -r 3180496243f5 -r 6e1064b59aad devel/asm2html/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/asm2html/patches/patch-aa Sat Dec 25 01:14:31 2004 +0000
@@ -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 -r 3180496243f5 -r 6e1064b59aad devel/asm2html/patches/patch-ab
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/asm2html/patches/patch-ab Sat Dec 25 01:14:31 2004 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index