diff options
author | Clement Laforet <clement@FreeBSD.org> | 2004-12-21 08:35:51 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2004-12-21 08:35:51 +0000 |
commit | 9e10a6de6c667a6d6d79c8807304943ca7acc1f7 (patch) | |
tree | 3e674b5b55a4d4add1d3187c2d5c1f159d256081 /www/apache22/files/patch-support:Makefile.in | |
parent | - Update to 1.4 (diff) |
- Add forgotten patch in previous commit. This fix installation of
stalled ${PREFIX}/sbin/envvar-std
Noticed by: our wonderful ports janitor pseudo-bot
Huge Pointy Hat to: me
Notes
Notes:
svn path=/head/; revision=124664
Diffstat (limited to 'www/apache22/files/patch-support:Makefile.in')
-rw-r--r-- | www/apache22/files/patch-support:Makefile.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/www/apache22/files/patch-support:Makefile.in b/www/apache22/files/patch-support:Makefile.in new file mode 100644 index 000000000000..930f282597a4 --- /dev/null +++ b/www/apache22/files/patch-support:Makefile.in @@ -0,0 +1,14 @@ +--- support/Makefile.in.orig Tue Dec 21 09:31:12 2004 ++++ support/Makefile.in Tue Dec 21 09:31:39 2004 +@@ -23,10 +23,7 @@ + fi ; \ + done + @if test -f "$(builddir)/envvars-std"; then \ +- cp -p envvars-std $(DESTDIR)$(sbindir); \ +- if test ! -f $(DESTDIR)$(sbindir)/envvars; then \ +- cp -p envvars-std $(DESTDIR)$(sbindir)/envvars ; \ +- fi ; \ ++ cp -p envvars-std $(DESTDIR)$(sbindir)/envvars; \ + fi + + htpasswd_OBJECTS = htpasswd.lo |