mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
- remove unneedet include of "bsd.apache.mk"
- fix a pkg-plist issue - bump portrevision commit with hat apache@
This commit is contained in:
parent
3806babe4b
commit
622fd470b5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=274480
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= blogsum
|
||||
PORTVERSION= 1.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://www.dixongroup.net/
|
||||
|
||||
@ -23,10 +24,10 @@ PERL_MODULES= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \
|
||||
NO_BUILD= yes
|
||||
USE_PERL5_RUN= yes
|
||||
|
||||
USE_APACHE= 1.3+
|
||||
USE_APACHE_RUN= 1.3+
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.include "${PORTSDIR}/Mk/bsd.apache.mk"
|
||||
|
||||
.if ${APACHE_VERSION} != 13
|
||||
PERL_MODULES+= ${LOCALBASE}/${APACHEMODDIR}/mod_perl.so:${PORTSDIR}/www/mod_perl2
|
||||
.else
|
||||
|
@ -22,7 +22,6 @@
|
||||
%%WWWDIR%%/themes/default/images/xml.gif
|
||||
%%WWWDIR%%/themes/default/index.tmpl
|
||||
%%WWWDIR%%/themes/default/style.css
|
||||
@exec mkdir -p %D %%WWWDIR%%/data/
|
||||
@dirrm %%WWWDIR%%/themes/default/images
|
||||
@dirrm %%WWWDIR%%/themes/default
|
||||
@dirrm %%WWWDIR%%/themes
|
||||
@ -31,3 +30,4 @@
|
||||
@dirrm %%WWWDIR%%/data
|
||||
@dirrm %%WWWDIR%%/Blogsum
|
||||
@dirrm %%WWWDIR%%
|
||||
@exec mkdir -p %D/%%WWWDIR%%/data
|
||||
|
Loading…
Reference in New Issue
Block a user