diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-09-25 10:57:35 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-09-25 10:57:35 +0000 |
commit | 7653a9855239444fd8746f13b31ed69f3aa19cdd (patch) | |
tree | d6a7112d0752215a0da64e351fba19d6d373fcde /devel/libtifiles | |
parent | 42f0cbb1ba97af086782ec662d56407abc8c426d (diff) | |
download | ports-7653a9855239444fd8746f13b31ed69f3aa19cdd.tar.gz ports-7653a9855239444fd8746f13b31ed69f3aa19cdd.zip |
Notes
Diffstat (limited to 'devel/libtifiles')
-rw-r--r-- | devel/libtifiles/files/patch-macros-Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/libtifiles/files/patch-macros-Makefile.in b/devel/libtifiles/files/patch-macros-Makefile.in new file mode 100644 index 000000000000..6ea441de5864 --- /dev/null +++ b/devel/libtifiles/files/patch-macros-Makefile.in @@ -0,0 +1,11 @@ +--- macros/Makefile.in.orig Wed Aug 27 12:04:45 2003 ++++ macros/Makefile.in Sat Sep 20 11:44:08 2003 +@@ -186,7 +186,7 @@ + done + + +-aclocaldir = @ACLOCALDIR@ ++aclocaldir = ${datadir}/aclocal + + @Aclocal_TRUE@aclocal_DATA = tifiles.m4 + subdir = macros |