View | Details | Raw Unified | Return to bug 90457 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/ports/sysutils/epylog/Makefile Thu Dec 15 20:19:18 2005 (-2 / +2 lines)
Lines 28-34 Link Here
28
USE_PERL5=     yes
28
USE_PERL5=     yes
29
USE_PYTHON=    yes
29
USE_PYTHON=    yes
30
30
31
CONF_FILES=    epylog.conf \
31
LOCAL_CONF_FILES=      epylog.conf \
32
               modules.d/logins.conf \
32
               modules.d/logins.conf \
33
               modules.d/mail.conf \
33
               modules.d/mail.conf \
34
               modules.d/notices.conf \
34
               modules.d/notices.conf \
Lines 40-46 Link Here
40
               weed_local.cf
40
               weed_local.cf
41
41
42
SUB_FILES=     pkg-install pkg-deinstall
42
SUB_FILES=     pkg-install pkg-deinstall
43
SUB_LIST=      CONF_FILES="${CONF_FILES}"
43
SUB_LIST=      LOCAL_CONF_FILES="${LOCAL_CONF_FILES}"
44
44
45
post-patch:
45
post-patch:
46
       @${REINPLACE_CMD} -e 's|$$sysconfdir/cron\.daily|$$sysconfdir/epylog|' \
46
       @${REINPLACE_CMD} -e 's|$$sysconfdir/cron\.daily|$$sysconfdir/epylog|' \

Return to bug 90457