diff options
author | joerg <joerg@pkgsrc.org> | 2007-09-04 20:40:43 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-09-04 20:40:43 +0000 |
commit | c13e1d6c12039fcdb31f08d16b9a4b86cb4c325e (patch) | |
tree | 72d61eaebe1f126de93d4ba4dd43b429d69eeff9 /mail/jchkmail/Makefile | |
parent | b5c893ecbd836eb536357550ffd0f91939d19c70 (diff) | |
download | pkgsrc-c13e1d6c12039fcdb31f08d16b9a4b86cb4c325e.tar.gz |
Fix build after recent changes to the RCD handling.
Diffstat (limited to 'mail/jchkmail/Makefile')
-rw-r--r-- | mail/jchkmail/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/jchkmail/Makefile b/mail/jchkmail/Makefile index db280701f09..016bf0947c4 100644 --- a/mail/jchkmail/Makefile +++ b/mail/jchkmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2007/03/24 19:21:27 joerg Exp $ +# $NetBSD: Makefile,v 1.11 2007/09/04 20:40:43 joerg Exp $ # DISTNAME= jchkmail-1.3.1a @@ -26,6 +26,7 @@ CONF_FILES+= ${EGDIR}/j-host-access ${PKG_SYSCONFDIR}/j-host-access CONF_FILES+= ${EGDIR}/j-user-access ${PKG_SYSCONFDIR}/j-user-access CONF_FILES+= ${EGDIR}/j-regex ${PKG_SYSCONFDIR}/j-regex RCD_SCRIPTS= jchkmail +RCD_SCRIPT_SRC.jchkmail= ${WRKSRC}/bin/jchkmail.init PTHREAD_AUTO_VARS= yes |