diff options
author | tv <tv> | 2006-02-13 15:18:32 +0000 |
---|---|---|
committer | tv <tv> | 2006-02-13 15:18:32 +0000 |
commit | c3f3fd6b342ff05f05812174d8059d10f653ab7c (patch) | |
tree | 8d0e97f004e59f061cd22a5e3ef3da765264eb61 /mail/perdition/Makefile | |
parent | e0812c9cc99a3e67fc4deac696607597e38fb99d (diff) | |
download | pkgsrc-c3f3fd6b342ff05f05812174d8059d10f653ab7c.tar.gz |
Fix localstatedir (should be /var, not /var/run), and add rc.d scripts.
Bump PKGREVISION.
Diffstat (limited to 'mail/perdition/Makefile')
-rw-r--r-- | mail/perdition/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/perdition/Makefile b/mail/perdition/Makefile index 7243db0d942..d21ce05bb2c 100644 --- a/mail/perdition/Makefile +++ b/mail/perdition/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2006/02/05 23:09:57 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2006/02/13 15:18:32 tv Exp $ # -PKGREVISION= 1 +PKGREVISION= 2 PERDITION_COMMENT= main program @@ -12,6 +12,7 @@ OWN_DIRS+= ${PKG_SYSCONFDIR} .for f in Makefile.popmap perdition.conf popmap popmap.re CONF_FILES+= ${EGDIR}/perdition/$f ${PKG_SYSCONFDIR}/${f:.popmap=} .endfor +RCD_SCRIPTS+= perdition.imap4 perdition.imap4s perdition.pop3 perdition.pop3s SUBST_CLASSES+= paths SUBST_STAGE.paths= pre-configure |