diff options
author | mharo <mharo@FreeBSD.org> | 1999-06-06 06:32:11 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-06-06 06:32:11 +0800 |
commit | d27edf52986a3f634e493451ba0a43f64be2cfc2 (patch) | |
tree | c93047466dbf9daea5ade970b9464515c4feac22 /mail/exim/Makefile | |
parent | 588c5c62f48a4a87b881b1f43a8b28dfc3d70586 (diff) | |
download | freebsd-ports-gnome-d27edf52986a3f634e493451ba0a43f64be2cfc2.tar.gz freebsd-ports-gnome-d27edf52986a3f634e493451ba0a43f64be2cfc2.tar.zst freebsd-ports-gnome-d27edf52986a3f634e493451ba0a43f64be2cfc2.zip |
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 'mail/exim/Makefile')
-rw-r--r-- | mail/exim/Makefile | 7 |
1 files changed, 1 insertions, 6 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> |