diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-06-05 22:32:11 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-06-05 22:32:11 +0000 |
commit | 5ce8e8e5c77a92c16e627672eab6ebca50ad6f85 (patch) | |
tree | d22580c3f5bea1154b95655a82046161cfa9fd35 /mail/exim-old/Makefile | |
parent | Update 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.
Diffstat (limited to '')
-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> |