pkgsrc/comms/fidogate/patches/patch-au
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
378 B
Text

$NetBSD: patch-au,v 1.5 2009/12/18 01:09:23 abs Exp $
--- src/charset/Makefile.orig 1999-10-04 08:18:18.000000000 +0000
+++ src/charset/Makefile
@@ -49,7 +49,7 @@ $(CHARSETMAP): $(CHARSETSRC) $(PROGS)
install:
- $(INSTALL_DATA) $(CHARSETMAP) $(CHARSETSRC) $(PREFIX)$(LIBDIR)
+ $(INSTALL_DATA) $(CHARSETMAP) $(CHARSETSRC) $(DESTDIR)$(PREFIX)$(LIBDIR)
clean veryclean: