summaryrefslogtreecommitdiffstats
path: root/www/apache22
diff options
context:
space:
mode:
authorclement <clement@FreeBSD.org>2004-12-21 08:35:51 +0000
committerclement <clement@FreeBSD.org>2004-12-21 08:35:51 +0000
commit2b9b9a1b8ff88b858fdea9c2e50c064bcdcbc091 (patch)
tree0ce53d0ffb2796582c674009961365dafdee3a71 /www/apache22
parentfa0068e3db0d887447c5d4acd98cc5957c8b50cf (diff)
downloadFreeBSD-ports-2b9b9a1b8ff88b858fdea9c2e50c064bcdcbc091.zip
FreeBSD-ports-2b9b9a1b8ff88b858fdea9c2e50c064bcdcbc091.tar.gz
- 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
Diffstat (limited to 'www/apache22')
-rw-r--r--www/apache22/Makefile2
-rw-r--r--www/apache22/files/patch-support:Makefile.in14
2 files changed, 15 insertions, 1 deletions
diff --git a/www/apache22/Makefile b/www/apache22/Makefile
index fff6374..8195f5c 100644
--- a/www/apache22/Makefile
+++ b/www/apache22/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/apache22/files/patch-support:Makefile.in b/www/apache22/files/patch-support:Makefile.in
new file mode 100644
index 0000000..930f282
--- /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
OpenPOWER on IntegriCloud