pkgsrc/comms/fidogate/patches/patch-bu
abs c7ad5c4afa You are in a maze of twisty little Makefiles, all with short install targets
Somewhat more than 11 rooms later... PKG_DESTDIR_SUPPORT
2009-12-18 01:09:23 +00:00

13 lines
343 B
Text

$NetBSD: patch-bu,v 1.1 2009/12/18 01:09:23 abs Exp $
--- scripts/outbound/Makefile.orig 2001-01-28 15:53:16.000000000 +0000
+++ scripts/outbound/Makefile
@@ -26,7 +26,7 @@ $(PROGS): $(TOPDIR)/config.make $(TOPDIR
install:
- $(INSTALL_PROG) $(PROGS) $(PREFIX)$(BINDIR)
+ $(INSTALL_PROG) $(PROGS) $(DESTDIR)$(PREFIX)$(BINDIR)
clean: