summaryrefslogtreecommitdiff
path: root/mail/exim
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-06-05 22:32:11 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-06-05 22:32:11 +0000
commit5ce8e8e5c77a92c16e627672eab6ebca50ad6f85 (patch)
treed22580c3f5bea1154b95655a82046161cfa9fd35 /mail/exim
parentUpdate to 990522 release (diff)
Remove the test to create ${PREFIX}/share/info/dir as it is now
in bsd.port.mk and this helps to unify the check and install.
Notes
Notes: svn path=/head/; revision=19223
Diffstat (limited to 'mail/exim')
-rw-r--r--mail/exim/Makefile7
-rw-r--r--mail/exim/pkg-plist1
2 files changed, 1 insertions, 7 deletions
diff --git a/mail/exim/Makefile b/mail/exim/Makefile
index adb9c584b4a8..8af6805bed41 100644
--- a/mail/exim/Makefile
+++ b/mail/exim/Makefile
@@ -3,7 +3,7 @@
# Date created: 23 June 1996
# Whom: markm@FreeBSD.ORG
#
-# $Id: Makefile,v 1.26 1999/01/27 14:07:07 markm Exp $
+# $Id: Makefile,v 1.27 1999/02/10 16:09:48 markm Exp $
#
DISTNAME= exim-2.12
@@ -48,9 +48,4 @@ post-build:
${TOUCH} ${WRKSRC}/build-FreeBSD-i386/eximon.bin
${TOUCH} ${WRKSRC}/build-FreeBSD-i386/eximon
-pre-install:
- if [ ! -f ${PREFIX}/info/dir ]; then \
- ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
- fi
-
.include <bsd.port.mk>
diff --git a/mail/exim/pkg-plist b/mail/exim/pkg-plist
index 377d081a4f58..908d6b1db1be 100644
--- a/mail/exim/pkg-plist
+++ b/mail/exim/pkg-plist
@@ -20,7 +20,6 @@ etc/rc.d/exim.sh
info/exim_overview.info
info/exim.info
info/exim_filter.info
-@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir
@exec install-info --section="Exim" --entry "* Overview: (exim_overview). Overview of the Exim system" %D/info/exim_overview.info %D/info/dir
@exec install-info --section="Exim" --entry "* User guide: (exim). Exim manual" %D/info/exim.info %D/info/dir
@exec install-info --section="Exim" --entry "* Filtering: (exim_filter). Filtering mail with Exim" %D/info/exim_filter.info %D/info/dir