1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

- Various package fixes

- Bump PORTREVISION
This commit is contained in:
Clement Laforet 2005-12-04 14:59:41 +00:00
parent 902bb9da01
commit d38b409f15
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=150379
5 changed files with 17 additions and 5 deletions

View File

@ -9,6 +9,7 @@
PORTNAME= apache
PORTVERSION= 2.0.55
PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_APACHE_HTTPD} \
${MASTER_SITE_LOCAL:S/$/:powerlogo/}
@ -264,5 +265,8 @@ post-install: install-startup-script
@${MKDIR} ${PREFIX}/etc/apache2/Includes
@${ECHO_CMD} ""
@${CAT} ${PKGMESSAGE}
.if !defined(NOPORTDOCS)
@[ -d ${DOCSDIR}/style/lang/ ] && ${TOUCH} ${DOCSDIR}/style/lang/.keepme
.endif
.include <bsd.port.post.mk>

View File

@ -9,6 +9,7 @@
PORTNAME= apache
PORTVERSION= 2.1.9
PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_APACHE_HTTPD} \
${MASTER_SITE_LOCAL:S/%SUBDIR%/clement/}:powerlogo
@ -230,6 +231,9 @@ install-startup-script:
post-install: install-startup-script
@${MKDIR} ${PREFIX}/etc/apache21/envvars.d
@${MKDIR} ${PREFIX}/etc/apache21/Includes
@@${CAT} ${PKGMESSAGE}
@${CAT} ${PKGMESSAGE}
.if !defined(NOPORTDOCS)
@[ -d ${DOCSDIR}/style/lang/ ] && ${TOUCH} ${DOCSDIR}/style/lang/.keepme
.endif
.include <bsd.port.post.mk>

View File

@ -1,5 +1,5 @@
@comment $FreeBSD$
@exec mkdir -p %D/etc/apache21 2> /dev/null
@exec mkdir -p %D/etc/apache21/extra 2> /dev/null
@unexec if cmp -s %D/etc/apache21/httpd.conf %D/%%EXAMPLESDIR%%/httpd.conf; then rm -f %D/etc/apache21/httpd.conf; fi
%%EXAMPLESDIR%%/httpd.conf
@exec [ -f %D/etc/apache21/httpd.conf ] || cp %D/%%EXAMPLESDIR%%/httpd.conf %D/etc/apache21/httpd.conf

View File

@ -9,6 +9,7 @@
PORTNAME= apache
PORTVERSION= 2.2.0
PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_APACHE_HTTPD} \
${MASTER_SITE_LOCAL:S/%SUBDIR%/clement/}:powerlogo
@ -229,6 +230,9 @@ install-startup-script:
post-install: install-startup-script
@${MKDIR} ${PREFIX}/etc/apache22/envvars.d
@${MKDIR} ${PREFIX}/etc/apache22/Includes
@@${CAT} ${PKGMESSAGE}
@${CAT} ${PKGMESSAGE}
.if !defined(NOPORTDOCS)
@[ -d ${DOCSDIR}/style/lang/ ] && ${TOUCH} ${DOCSDIR}/style/lang/.keepme
.endif
.include <bsd.port.post.mk>

View File

@ -1,5 +1,5 @@
@comment $FreeBSD$
@exec mkdir -p %D/etc/apache22 2> /dev/null
@exec mkdir -p %D/etc/apache22/extra 2> /dev/null
@unexec if cmp -s %D/etc/apache22/httpd.conf %D/%%EXAMPLESDIR%%/httpd.conf; then rm -f %D/etc/apache22/httpd.conf; fi
%%EXAMPLESDIR%%/httpd.conf
@exec [ -f %D/etc/apache22/httpd.conf ] || cp %D/%%EXAMPLESDIR%%/httpd.conf %D/etc/apache22/httpd.conf
@ -8,7 +8,7 @@
@exec [ -f %D/etc/apache22/magic ] || cp %D/%%EXAMPLESDIR%%/magic %D/etc/apache22/magic
@unexec if cmp -s %D/etc/apache22/mime.types %D/%%EXAMPLESDIR%%/mime.types; then rm -f %D/etc/apache22/mime.types; fi
%%EXAMPLESDIR%%/mime.types
@exec [ -f %D/etc/apache22/mime.types ] || cp %D/%%EXAMPLESDIR%%/mime.types- %D/etc/apache22/mime.types
@exec [ -f %D/etc/apache22/mime.types ] || cp %D/%%EXAMPLESDIR%%/mime.types %D/etc/apache22/mime.types
@unexec if cmp -s %D/etc/apache22/extra/httpd-autoindex.conf %D/%%EXAMPLESDIR%%/extra/httpd-autoindex.conf; then rm -f %D/etc/apache22/extra/httpd-autoindex.conf; fi
%%EXAMPLESDIR%%/extra/httpd-autoindex.conf
@exec [ -f %D/etc/apache22/extra/httpd-autoindex.conf ] || cp %D/%%EXAMPLESDIR%%/extra/httpd-autoindex.conf %D/etc/apache22/extra/httpd-autoindex.conf