mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-10-02 08:31:24 -04:00
14 lines
445 B
Plaintext
14 lines
445 B
Plaintext
$NetBSD: patch-ah,v 1.3 2010/02/23 20:37:06 spz Exp $
|
|
|
|
--- programs/irr_rpsl_check/Makefile.orig 2002-11-27 17:38:22.000000000 +0000
|
|
+++ programs/irr_rpsl_check/Makefile
|
|
@@ -38,7 +38,7 @@ librpslchk.a: $(LIBOBJS)
|
|
# @ar cr $@ $(LIBOBJS)
|
|
|
|
install: $(GOAL)
|
|
- $(INSTALL) -m 755 $(GOAL) $(DESTDIR)/$(GOAL)
|
|
+ $(INSTALL) -m 755 $(GOAL) $(DESTDIR)$(sbindir)/$(GOAL)
|
|
|
|
clean:
|
|
$(RM) *.output *.a *.o core *.core *~* *tab.* lex.yy.c *.purify $(GOAL)
|