Lines 6-12
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= policyd2 |
8 |
PORTNAME= policyd2 |
9 |
PORTVERSION= 2.0.8 |
9 |
PORTVERSION= 2.0.10 |
10 |
CATEGORIES= mail |
10 |
CATEGORIES= mail |
11 |
MASTER_SITES= SF/policyd/2.0.x%20%28Stable%29/v${PORTVERSION} |
11 |
MASTER_SITES= SF/policyd/2.0.x%20%28Stable%29/v${PORTVERSION} |
12 |
DISTNAME= cluebringer-${PORTVERSION} |
12 |
DISTNAME= cluebringer-${PORTVERSION} |
Lines 54-59
Link Here
|
54 |
${INSTALL_DATA} -m 0644 ${WRKSRC}/cluebringer.conf ${PREFIX}/etc/cluebringer.conf.sample |
54 |
${INSTALL_DATA} -m 0644 ${WRKSRC}/cluebringer.conf ${PREFIX}/etc/cluebringer.conf.sample |
55 |
|
55 |
|
56 |
post-install: |
56 |
post-install: |
|
|
57 |
@if [ ! -f ${PREFIX}/etc/cluebringer.conf ]; then \ |
58 |
${CP} -p ${PREFIX}/etc/cluebringer.conf.sample ${PREFIX}/etc/cluebringer.conf ; \ |
59 |
${CHMOD} +w ${PREFIX}/etc/cluebringer.conf ; \ |
60 |
fi |
61 |
|
57 |
.if !defined(NOPORTDATA) |
62 |
.if !defined(NOPORTDATA) |
58 |
@${INSTALL} -d ${DATADIR} |
63 |
@${INSTALL} -d ${DATADIR} |
59 |
@cd ${WRKSRC} && ${COPYTREE_SHARE} contrib ${DATADIR} |
64 |
@cd ${WRKSRC} && ${COPYTREE_SHARE} contrib ${DATADIR} |