diff options
author | asami <asami@FreeBSD.org> | 1998-11-29 20:21:58 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-11-29 20:21:58 +0800 |
commit | 46cd6cc7da5587d790cb494ea173dea980ac139d (patch) | |
tree | f02232783426545f486193a81e4744822dd6dc61 /mail | |
parent | 2013c74fb0b55810d31c8df052156c3c1743adc9 (diff) | |
download | freebsd-ports-gnome-46cd6cc7da5587d790cb494ea173dea980ac139d.tar.gz freebsd-ports-gnome-46cd6cc7da5587d790cb494ea173dea980ac139d.tar.zst freebsd-ports-gnome-46cd6cc7da5587d790cb494ea173dea980ac139d.zip |
Create info/dir before attempting install-info.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/exim-devel/Makefile | 7 | ||||
-rw-r--r-- | mail/exim-old/Makefile | 7 | ||||
-rw-r--r-- | mail/exim/Makefile | 7 |
3 files changed, 18 insertions, 3 deletions
diff --git a/mail/exim-devel/Makefile b/mail/exim-devel/Makefile index 5a49c7fd4dd8..c7e01a9f753a 100644 --- a/mail/exim-devel/Makefile +++ b/mail/exim-devel/Makefile @@ -3,7 +3,7 @@ # Date created: 23 June 1996 # Whom: axl@iafrica.com # -# $Id: Makefile,v 1.21 1998/11/17 11:05:15 markm Exp $ +# $Id: Makefile,v 1.22 1998/11/28 05:38:56 asami Exp $ # DISTNAME= exim-2.053 @@ -41,6 +41,11 @@ do-configure: post-build: ${INSTALL_SCRIPT} ${FILESDIR}/exim.sh ${WRKSRC}/build-FreeBSD-i386 +pre-install: + if [ ! -f ${PREFIX}/info/dir ]; then \ + ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \ + fi + post-install: @${SETENV} ${SCRIPTS_ENV} ${PERL5} ${PKGDIR}/INSTALL \ exim-2.053 POST-INSTALL diff --git a/mail/exim-old/Makefile b/mail/exim-old/Makefile index 5a49c7fd4dd8..c7e01a9f753a 100644 --- a/mail/exim-old/Makefile +++ b/mail/exim-old/Makefile @@ -3,7 +3,7 @@ # Date created: 23 June 1996 # Whom: axl@iafrica.com # -# $Id: Makefile,v 1.21 1998/11/17 11:05:15 markm Exp $ +# $Id: Makefile,v 1.22 1998/11/28 05:38:56 asami Exp $ # DISTNAME= exim-2.053 @@ -41,6 +41,11 @@ do-configure: post-build: ${INSTALL_SCRIPT} ${FILESDIR}/exim.sh ${WRKSRC}/build-FreeBSD-i386 +pre-install: + if [ ! -f ${PREFIX}/info/dir ]; then \ + ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \ + fi + post-install: @${SETENV} ${SCRIPTS_ENV} ${PERL5} ${PKGDIR}/INSTALL \ exim-2.053 POST-INSTALL diff --git a/mail/exim/Makefile b/mail/exim/Makefile index 5a49c7fd4dd8..c7e01a9f753a 100644 --- a/mail/exim/Makefile +++ b/mail/exim/Makefile @@ -3,7 +3,7 @@ # Date created: 23 June 1996 # Whom: axl@iafrica.com # -# $Id: Makefile,v 1.21 1998/11/17 11:05:15 markm Exp $ +# $Id: Makefile,v 1.22 1998/11/28 05:38:56 asami Exp $ # DISTNAME= exim-2.053 @@ -41,6 +41,11 @@ do-configure: post-build: ${INSTALL_SCRIPT} ${FILESDIR}/exim.sh ${WRKSRC}/build-FreeBSD-i386 +pre-install: + if [ ! -f ${PREFIX}/info/dir ]; then \ + ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \ + fi + post-install: @${SETENV} ${SCRIPTS_ENV} ${PERL5} ${PKGDIR}/INSTALL \ exim-2.053 POST-INSTALL |