summaryrefslogtreecommitdiff
path: root/mail/sendmail811/Makefile
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2003-05-01 15:01:48 +0000
committerjmmv <jmmv@pkgsrc.org>2003-05-01 15:01:48 +0000
commit4a6e56ca61ff38dbbd5b3555fb602e6ad77c993d (patch)
tree07e22c856ab961ac766929f81565fdd9f15ae830 /mail/sendmail811/Makefile
parent59fe36334dbf4c152b434db1c2bc0d4ef496ad9d (diff)
downloadpkgsrc-4a6e56ca61ff38dbbd5b3555fb602e6ad77c993d.tar.gz
Move the example mailer.conf file to the examples directory.
Bump PKGREVISION to 4.
Diffstat (limited to 'mail/sendmail811/Makefile')
-rw-r--r--mail/sendmail811/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/mail/sendmail811/Makefile b/mail/sendmail811/Makefile
index 0667f047bfa..3d691f10f14 100644
--- a/mail/sendmail811/Makefile
+++ b/mail/sendmail811/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2003/03/29 12:41:38 jmmv Exp $
+# $NetBSD: Makefile,v 1.7 2003/05/01 15:01:49 jmmv Exp $
DISTNAME= sendmail.8.11.6
PKGNAME= sendmail-8.11.6
-PKGREVISION= 3
+PKGREVISION= 4
WRKSRC= ${WRKDIR}/${PKGNAME:C/nb[0-9]+$//}
CATEGORIES= mail
MASTER_SITES= ftp://ftp.sendmail.org/pub/sendmail/ \
@@ -128,7 +128,8 @@ pre-install:
${INSTALL_DATA_DIR} ${PREFIX}/libexec/sendmail
post-install:
- ${INSTALL_DATA} ${WRKDIR}/mailer.conf.sendmail ${PREFIX}/etc
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/sendmail
+ ${INSTALL_DATA} ${WRKDIR}/mailer.conf.sendmail ${PREFIX}/share/examples/sendmail/mailer.conf
${CP} -pr ${WRKSRC}/cf ${PREFIX}/share/sendmail
${CHOWN} -R ${BINOWN}:${BINGRP} ${PREFIX}/share/sendmail
.if ${USE_DB2} == "YES"