pkgsrc/devel/asm2html/patches/patch-aa
2008-06-20 01:09:05 +00:00

13 lines
403 B
Text

$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
@@ -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 ${DESTDIR}${INSDIR}/asm2html
uninstall:
rm -f $(INSDIR)/asm2html