diff options
author | joerg <joerg@pkgsrc.org> | 2009-02-16 19:12:00 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-02-16 19:12:00 +0000 |
commit | 0383944715799010c7d01921ab91fc02ab319513 (patch) | |
tree | 950deea6baa27e406e7f6b0af1d43dbd2fd05113 /ham/tfkiss/patches/patch-ae | |
parent | 9dcdc95ae158b05d6e1c8878f08cc237ef6bb8ed (diff) | |
download | pkgsrc-0383944715799010c7d01921ab91fc02ab319513.tar.gz |
DESTDIR support
Diffstat (limited to 'ham/tfkiss/patches/patch-ae')
-rw-r--r-- | ham/tfkiss/patches/patch-ae | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/ham/tfkiss/patches/patch-ae b/ham/tfkiss/patches/patch-ae new file mode 100644 index 00000000000..293b963f465 --- /dev/null +++ b/ham/tfkiss/patches/patch-ae @@ -0,0 +1,17 @@ +$NetBSD: patch-ae,v 1.1 2009/02/16 19:19:01 joerg Exp $ + +--- examples/Makefile.in.orig 2009-02-16 20:16:44.000000000 +0100 ++++ examples/Makefile.in +@@ -15,10 +15,10 @@ CFGS = tfkiss.ini tfkiss.cfg + all: + + install: +- $(MKDIR) ${tfkiss_conf_dir} ++ $(MKDIR) ${DESTDIR}${tfkiss_conf_dir} + @for i in $(CFGS); \ + do \ +- $(INSTALL_DATA) $$i ${tfkiss_conf_dir}; \ ++ $(INSTALL_DATA) $$i ${DESTDIR}${tfkiss_conf_dir}; \ + done; + + clean: |