1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-23 20:51:43 +00:00

- 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
This commit is contained in:
Clement Laforet 2004-12-21 08:35:51 +00:00
parent 981e3b39ae
commit 9e10a6de6c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=124664
4 changed files with 30 additions and 2 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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