diff options
author | Sheldon Hearn <sheldonh@FreeBSD.org> | 2002-04-03 16:15:30 +0000 |
---|---|---|
committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 2002-04-03 16:15:30 +0000 |
commit | d95748dac90a7e62b1e736c48c9c1357e2803e92 (patch) | |
tree | ba47185e82a64afee792b90b072e410fa9305cf2 /mail/exim-old/Makefile | |
parent | c0c117ad27811ee2b114f42a3603050d22ecb8a4 (diff) |
Notes
Diffstat (limited to 'mail/exim-old/Makefile')
-rw-r--r-- | mail/exim-old/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/exim-old/Makefile b/mail/exim-old/Makefile index c64d70d9cc0f..3c4a3b6e138a 100644 --- a/mail/exim-old/Makefile +++ b/mail/exim-old/Makefile @@ -7,6 +7,7 @@ PORTNAME= exim PORTVERSION= 3.35 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/exim3/ \ http://www.exim.org/ftp/exim3/ \ @@ -204,7 +205,7 @@ pre-install: @PKG_PREFIX="${PREFIX}" ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL post-install: - ${INSTALL_SCRIPT} ${FILESDIR}/exim.sh.sample ${PREFIX}/etc/rc.d + ${INSTALL_SCRIPT} ${FILESDIR}/exim.sh ${PREFIX}/etc/rc.d .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/exim ${INSTALL_DATA} ${PI_NOTES_FILE} \ |