Lines 3-9
Link Here
|
3 |
|
3 |
|
4 |
PORTNAME= maia |
4 |
PORTNAME= maia |
5 |
DISTVERSION= 1.0.4 |
5 |
DISTVERSION= 1.0.4 |
6 |
PORTREVISION= 6 |
6 |
PORTREVISION= 7 |
7 |
CATEGORIES= security |
7 |
CATEGORIES= security |
8 |
|
8 |
|
9 |
MAINTAINER= ek@purplehat.org |
9 |
MAINTAINER= ek@purplehat.org |
Lines 293-299
Link Here
|
293 |
scripts/process-quarantine.pl scripts/resend.pl scripts/send-quarantine-digests.pl \ |
293 |
scripts/process-quarantine.pl scripts/resend.pl scripts/send-quarantine-digests.pl \ |
294 |
scripts/send-quarantine-reminders.pl scripts/stats-snapshot.pl |
294 |
scripts/send-quarantine-reminders.pl scripts/stats-snapshot.pl |
295 |
@${REINPLACE_CMD} -e "s|/etc/maia/maia.conf|${ETCDIR}/maia.conf|" \ |
295 |
@${REINPLACE_CMD} -e "s|/etc/maia/maia.conf|${ETCDIR}/maia.conf|" \ |
296 |
-e "s|/usr/bin/perl|/usr/bin/env perl|" \ |
296 |
-e "s|/usr/bin/perl.*|/usr/bin/env perl|" \ |
297 |
${WRKSRC}/${m} |
297 |
${WRKSRC}/${m} |
298 |
.endfor |
298 |
.endfor |
299 |
|
299 |
|