diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 15:49:46 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 15:49:46 +0000 |
commit | 5fef74e277a1a8631418cc86635c091fcc79d099 (patch) | |
tree | 1f91b768812d879efc689dc94c0aa53e7c1ba2fa /www/wwwoffle/files/patch-conf__Makefile.in | |
parent | - Add LICENSE (diff) |
Rename www/ patch-xy patches to reflect the files they modify.
Diffstat (limited to 'www/wwwoffle/files/patch-conf__Makefile.in')
-rw-r--r-- | www/wwwoffle/files/patch-conf__Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/wwwoffle/files/patch-conf__Makefile.in b/www/wwwoffle/files/patch-conf__Makefile.in new file mode 100644 index 000000000000..11ae732a3e50 --- /dev/null +++ b/www/wwwoffle/files/patch-conf__Makefile.in @@ -0,0 +1,11 @@ +--- conf/Makefile.in- Fri Mar 29 16:40:55 2002 ++++ conf/Makefile.in Fri Mar 29 16:39:51 2002 +@@ -49,7 +49,7 @@ + echo "WWWOFFLE: There is already a config file $(CONFDIR)/wwwoffle.conf." ;\ + echo "WWWOFFLE: Run 'conf/upgrade-config.pl $(CONFDIR)/wwwoffle.conf' to upgrade it." ;\ + echo "WWWOFFLE: " ) +- [ ! -f $(CONFDIR)/wwwoffle.conf ] || $(INSTALL) -c -m 640 wwwoffle.conf.install $(CONFDIR)/wwwoffle.conf.install ++ $(INSTALL) -c -m 640 wwwoffle.conf.install $(CONFDIR)/wwwoffle.conf.install + [ -f $(CONFDIR)/wwwoffle.conf ] || $(INSTALL) -c -m 640 wwwoffle.conf.install $(CONFDIR)/wwwoffle.conf + + ######## CONF FILE ######## |