aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-09-04 23:08:16 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-09-04 23:08:16 +0000
commitebb085b73bb40349b57355c1af3e040c42ec9b6a (patch)
treec7f3b63a8a52f30561e970c14abd2e315a36eb93 /www
parent5ca897867af766086c3208c7e8cc90c405d6336f (diff)
downloadports-ebb085b73bb40349b57355c1af3e040c42ec9b6a.tar.gz
ports-ebb085b73bb40349b57355c1af3e040c42ec9b6a.zip
Notes
Diffstat (limited to 'www')
-rw-r--r--www/frontpage/Makefile6
-rw-r--r--www/frontpage/files/frontpage.sh.in2
2 files changed, 6 insertions, 2 deletions
diff --git a/www/frontpage/Makefile b/www/frontpage/Makefile
index 295a4fc6ed71..1d90efc6d0ac 100644
--- a/www/frontpage/Makefile
+++ b/www/frontpage/Makefile
@@ -7,7 +7,7 @@
PORTNAME= frontpage
PORTVERSION= 5.0.2.2635
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= # Needs to be manually fetched from http://www.rtr.com
@@ -51,6 +51,10 @@ EXTRA_PATCHES= fp_install.alpha
EXTRA_PATCHES= fp_install.sparc
.elif defined(WANT_BSDI_EXTENSIONS)
EXTRA_PATCHES= fp_install.bsdi
+.elif ${ARCH} == i386
+.if ${OSVERSION} >= 500000
+LIB_DEPENDS+= c.4:${PORTSDIR}/misc/compat4x
+.endif
.endif
do-extract:
diff --git a/www/frontpage/files/frontpage.sh.in b/www/frontpage/files/frontpage.sh.in
index 70d4eb3cbe87..7568d83e0a57 100644
--- a/www/frontpage/files/frontpage.sh.in
+++ b/www/frontpage/files/frontpage.sh.in
@@ -22,7 +22,7 @@
frontpage_key() {
CUR_UMASK=`umask`
- skdir=${prefix}/frontpage/version%%FP_VER%%/apache-fp
+ skdir=%%PREFIX%%/frontpage/version%%FP_VER%%/apache-fp
PERL=%%PERL5%%
# Alternate way of generating the suidkey file with out PERL