From 9e10a6de6c667a6d6d79c8807304943ca7acc1f7 Mon Sep 17 00:00:00 2001 From: Clement Laforet Date: Tue, 21 Dec 2004 08:35:51 +0000 Subject: - 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 --- www/apache21/Makefile | 2 +- www/apache21/files/patch-support:Makefile.in | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 www/apache21/files/patch-support:Makefile.in (limited to 'www/apache21') diff --git a/www/apache21/Makefile b/www/apache21/Makefile index fff6374b0771..8195f5c957bd 100644 --- a/www/apache21/Makefile +++ b/www/apache21/Makefile @@ -9,7 +9,7 @@ PORTNAME= apache PORTVERSION= 2.1.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_LOCAL:S/%SUBDIR%/clement/} DISTNAME= httpd-${PORTVERSION}-alpha diff --git a/www/apache21/files/patch-support:Makefile.in b/www/apache21/files/patch-support:Makefile.in new file mode 100644 index 000000000000..930f282597a4 --- /dev/null +++ b/www/apache21/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 -- cgit v1.2.3