Lines 1-12
Link Here
|
1 |
# $FreeBSD$ |
1 |
# $FreeBSD$ |
2 |
|
2 |
|
3 |
PORTNAME= foswiki |
3 |
PORTNAME= foswiki |
4 |
PORTVERSION= 1.1.6 |
4 |
PORTVERSION= 1.1.9 |
5 |
CATEGORIES= www |
5 |
CATEGORIES= www |
6 |
MASTER_SITES= SF |
6 |
MASTER_SITES= SF |
7 |
DISTNAME= Foswiki-${PORTVERSION} |
7 |
DISTNAME= Foswiki-${PORTVERSION} |
8 |
|
8 |
|
9 |
MAINTAINER= ports@FreeBSD.org |
9 |
MAINTAINER= pormaster@bsdforge.com |
10 |
COMMENT= Free and open source enterprise wiki |
10 |
COMMENT= Free and open source enterprise wiki |
11 |
|
11 |
|
12 |
LICENSE= GPLv2 |
12 |
LICENSE= GPLv2 |
Lines 57-64
Link Here
|
57 |
PLIST_SUB+= CONFDIR=${CONFDIR_REL} |
57 |
PLIST_SUB+= CONFDIR=${CONFDIR_REL} |
58 |
.else |
58 |
.else |
59 |
# Weirdness - need to include in this branch of the .if because |
59 |
# Weirdness - need to include in this branch of the .if because |
60 |
# it was included in the other one. The other branch needs |
60 |
# it was included in the other one. The other branch needs the |
61 |
# the include performed after the USE_APACHE variable is set so |
61 |
# include performed after the USE_APACHE variable is set so |
62 |
# APACHE_VERSION can be tested above. |
62 |
# APACHE_VERSION can be tested above. |
63 |
|
63 |
|
64 |
PLIST_SUB+= NOAPACHE="@comment " |
64 |
PLIST_SUB+= NOAPACHE="@comment " |