|
Lines 15-21
Link Here
|
| 15 |
USE_GITHUB= yes |
15 |
USE_GITHUB= yes |
| 16 |
GH_ACCOUNT= rpodgorny |
16 |
GH_ACCOUNT= rpodgorny |
| 17 |
|
17 |
|
| 18 |
USES= autoreconf gmake libtool tar:bzip2 |
18 |
USES= autoreconf gmake libtool |
| 19 |
GNU_CONFIGURE= yes |
19 |
GNU_CONFIGURE= yes |
| 20 |
USE_LDCONFIG= yes |
20 |
USE_LDCONFIG= yes |
| 21 |
INSTALL_TARGET= install-strip |
21 |
INSTALL_TARGET= install-strip |
|
Lines 27-33
Link Here
|
| 27 |
's|/usr/lib/sendmail|/usr/sbin/sendmail| ; \ |
27 |
's|/usr/lib/sendmail|/usr/sbin/sendmail| ; \ |
| 28 |
s|/var/run/uptimed|/var/run/uptimed.pid|' \ |
28 |
s|/var/run/uptimed|/var/run/uptimed.pid|' \ |
| 29 |
${WRKSRC}/etc/uptimed.conf-dist |
29 |
${WRKSRC}/etc/uptimed.conf-dist |
| 30 |
@${REINPLACE_CMD} -e \ |
30 |
@${REINPLACE_CMD} -e \ |
| 31 |
's|/etc/uprecords-cgi/|${PREFIX}/www/cgi-bin/|' \ |
31 |
's|/etc/uprecords-cgi/|${PREFIX}/www/cgi-bin/|' \ |
| 32 |
${WRKSRC}/src/uprecords.c |
32 |
${WRKSRC}/src/uprecords.c |
| 33 |
|
33 |
|