summaryrefslogtreecommitdiff
path: root/mail/perdition/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/perdition/Makefile')
-rw-r--r--mail/perdition/Makefile13
1 files changed, 5 insertions, 8 deletions
diff --git a/mail/perdition/Makefile b/mail/perdition/Makefile
index 521d01b551a..e5e51d7744f 100644
--- a/mail/perdition/Makefile
+++ b/mail/perdition/Makefile
@@ -1,7 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2008/07/13 16:26:17 tonnerre Exp $
-#
-
-PKGREVISION= 8
+# $NetBSD: Makefile,v 1.12 2010/06/02 12:50:03 adam Exp $
PERDITION_COMMENT= main program
@@ -11,15 +8,15 @@ PKG_DESTDIR_SUPPORT= user-destdir
OWN_DIRS+= ${PKG_SYSCONFDIR}
.for f in Makefile.popmap perdition.conf popmap popmap.re
-CONF_FILES+= ${EGDIR}/perdition/$f ${PKG_SYSCONFDIR}/${f:.popmap=}
+CONF_FILES+= ${EGDIR}/perdition/${f} ${PKG_SYSCONFDIR}/${f:.popmap=}
.endfor
RCD_SCRIPTS+= perdition.imap4 perdition.imap4s perdition.pop3 perdition.pop3s
SUBST_CLASSES+= paths
+SUBST_MESSAGE.paths= Fixing paths.
SUBST_STAGE.paths= pre-configure
SUBST_FILES.paths= etc/perdition/perdition.conf
-SUBST_SED.paths= -e "s|/usr/lib/|${PREFIX}/lib/|g" \
- -e "s|/etc/perdition/|${PKG_SYSCONFDIR}/|g"
-SUBST_MESSAGE.paths= Fixing paths.
+SUBST_SED.paths= -e "s|/usr/lib/|${PREFIX}/lib/|g"
+SUBST_SED.paths+= -e "s|/etc/perdition/|${PKG_SYSCONFDIR}/|g"
.include "Makefile.common"