diff options
author | Ade Lovett <ade@FreeBSD.org> | 2001-05-08 18:58:23 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2001-05-08 18:58:23 +0000 |
commit | 92abd7971a1eb5a22da79d946e3d1b061555d6b7 (patch) | |
tree | fe5bba6a17df4c4ff73ea7ef247d79ae9b0935c1 /x11-toolkits/eel/files | |
parent | ea31e74b858bdea9616c7b2e3907c1f153e74bcc (diff) | |
download | ports-92abd7971a1eb5a22da79d946e3d1b061555d6b7.tar.gz ports-92abd7971a1eb5a22da79d946e3d1b061555d6b7.zip |
Notes
Diffstat (limited to 'x11-toolkits/eel/files')
-rw-r--r-- | x11-toolkits/eel/files/patch-Makefile.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/x11-toolkits/eel/files/patch-Makefile.in b/x11-toolkits/eel/files/patch-Makefile.in new file mode 100644 index 000000000000..715923c89716 --- /dev/null +++ b/x11-toolkits/eel/files/patch-Makefile.in @@ -0,0 +1,7 @@ +--- Makefile.in.orig Mon May 7 18:13:32 2001 ++++ Makefile.in Tue May 8 13:45:24 2001 +@@ -168,3 +168,3 @@ + +-confexecdir = $(libdir) ++confexecdir = $(sysconfdir) + confexec_DATA = eelConf.sh $(NULL) |