summaryrefslogtreecommitdiff
path: root/ham/tlf/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'ham/tlf/patches/patch-ac')
-rw-r--r--ham/tlf/patches/patch-ac27
1 files changed, 27 insertions, 0 deletions
diff --git a/ham/tlf/patches/patch-ac b/ham/tlf/patches/patch-ac
new file mode 100644
index 00000000000..4d2fe3ea450
--- /dev/null
+++ b/ham/tlf/patches/patch-ac
@@ -0,0 +1,27 @@
+$NetBSD: patch-ac,v 1.1 2010/01/29 23:54:51 joerg Exp $
+
+--- share/Makefile.in.orig 2010-01-29 23:48:53.000000000 +0000
++++ share/Makefile.in
+@@ -286,14 +286,14 @@ uninstall-am: uninstall-info-am
+
+
+ install-data-local:
+- install -m 0644 callmaster $(pkgdatadir)
+- install -m 0644 cty.dat $(pkgdatadir)
+- install -m 0644 logcfg.dat $(pkgdatadir)
+- install -m 0644 arrlsections $(pkgdatadir)
+- install -m 0644 ea_sections $(pkgdatadir)
+- install -m 0644 paccmults $(pkgdatadir)
+- install -m 0644 spdxmults $(pkgdatadir)
+- install -m 0644 ssamults $(pkgdatadir)
++ install -m 0644 callmaster ${DESTDIR}$(pkgdatadir)
++ install -m 0644 cty.dat ${DESTDIR}$(pkgdatadir)
++ install -m 0644 logcfg.dat ${DESTDIR}$(pkgdatadir)
++ install -m 0644 arrlsections ${DESTDIR}$(pkgdatadir)
++ install -m 0644 ea_sections ${DESTDIR}$(pkgdatadir)
++ install -m 0644 paccmults ${DESTDIR}$(pkgdatadir)
++ install -m 0644 spdxmults ${DESTDIR}$(pkgdatadir)
++ install -m 0644 ssamults ${DESTDIR}$(pkgdatadir)
+
+ uninstall:
+ rm -rf $(pkgdatadir)