pkgsrc/comms/fidogate/patches/patch-bp
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

12 lines
303 B
Text

$NetBSD: patch-bp,v 1.1 2009/12/18 01:09:23 abs Exp $
--- doc/Makefile.orig 1999-04-03 13:28:56.000000000 +0000
+++ doc/Makefile
@@ -50,6 +50,6 @@ test: check
install::
- $(INSTALL_DATA) fidogate.info* $(PREFIX)$(INFODIR)
+ $(INSTALL_DATA) fidogate.info* $(DESTDIR)$(PREFIX)$(INFODIR)
depend::