diff options
Diffstat (limited to 'editors/bed/files/patch-config.in')
-rw-r--r-- | editors/bed/files/patch-config.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/editors/bed/files/patch-config.in b/editors/bed/files/patch-config.in new file mode 100644 index 000000000000..d633e036b42b --- /dev/null +++ b/editors/bed/files/patch-config.in @@ -0,0 +1,13 @@ +$FreeBSD$ + +--- config.in.orig Tue Oct 7 13:47:25 2003 ++++ config.in Tue Oct 7 13:47:35 2003 +@@ -13,7 +13,7 @@ + SYSTEM=@SYSTEM@ + CYGWIN=@CYGWIN@ + export CONFFILE=$(PROGRAM)rc +-export CONFLASTDIR=$(PROGRAM)-$(VERSION) ++export CONFLASTDIR=$(PROGRAM) + export ROOTDIR= + LN_S=@LN_S@ + # compile support for the use of plugins. Needs libdl |