Lines 7-13
Link Here
|
7 |
# |
7 |
# |
8 |
|
8 |
|
9 |
PORTNAME= swish++ |
9 |
PORTNAME= swish++ |
10 |
PORTVERSION= 5.9.2 |
10 |
PORTVERSION= 5.9.3 |
11 |
CATEGORIES= www textproc |
11 |
CATEGORIES= www textproc |
12 |
MASTER_SITES= http://homepage.mac.com/pauljlucas/software/ |
12 |
MASTER_SITES= http://homepage.mac.com/pauljlucas/software/ |
13 |
|
13 |
|
Lines 16-21
Link Here
|
16 |
RUN_DEPENDS= wget:${PORTSDIR}/ftp/wget |
16 |
RUN_DEPENDS= wget:${PORTSDIR}/ftp/wget |
17 |
|
17 |
|
18 |
USE_PERL5= yes |
18 |
USE_PERL5= yes |
|
|
19 |
USE_REINPLACE= yes |
19 |
USE_GMAKE= yes |
20 |
USE_GMAKE= yes |
20 |
MAKEFILE= GNUmakefile |
21 |
MAKEFILE= GNUmakefile |
21 |
MAKE_ENV= PTHREAD_LIB=${PTHREAD_LIBS} \ |
22 |
MAKE_ENV= PTHREAD_LIB=${PTHREAD_LIBS} \ |
Lines 27-35
Link Here
|
27 |
MAN8= searchd.8 searchmonitor.8 |
28 |
MAN8= searchd.8 searchmonitor.8 |
28 |
|
29 |
|
29 |
post-patch: |
30 |
post-patch: |
30 |
@(cd ${WRKSRC} ; \ |
31 |
@(cd ${WRKSRC} ; ${REINPLACE_CMD} '/^#error/d' config.h) |
31 |
${SED} '/^#error/d' config.h > config.h.tmp ; \ |
|
|
32 |
${MV} -f config.h.tmp config.h) |
33 |
.for file in searchd searchmonitor |
32 |
.for file in searchd searchmonitor |
34 |
@${PERL} -pi -e "s,%%PREFIX%%,${PREFIX},g" ${WRKSRC}/${file}.in |
33 |
@${PERL} -pi -e "s,%%PREFIX%%,${PREFIX},g" ${WRKSRC}/${file}.in |
35 |
.endfor |
34 |
.endfor |