diff options
Diffstat (limited to 'mail/exim-old/Makefile')
-rw-r--r-- | mail/exim-old/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/mail/exim-old/Makefile b/mail/exim-old/Makefile index adb9c584b4a8..8af6805bed41 100644 --- a/mail/exim-old/Makefile +++ b/mail/exim-old/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> |