From 5ce8e8e5c77a92c16e627672eab6ebca50ad6f85 Mon Sep 17 00:00:00 2001 From: Michael Haro Date: Sat, 5 Jun 1999 22:32:11 +0000 Subject: 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. --- databases/mysql322-client/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'databases/mysql322-client') diff --git a/databases/mysql322-client/Makefile b/databases/mysql322-client/Makefile index b6bceb059f5e..2046ef3e2a4c 100644 --- a/databases/mysql322-client/Makefile +++ b/databases/mysql322-client/Makefile @@ -3,7 +3,7 @@ # Date created: 26 Jan 1998 # Whom: Josh Tiefenbach # -# $Id: Makefile,v 1.51 1999/05/25 06:47:33 peter Exp $ +# $Id: Makefile,v 1.52 1999/06/05 19:00:17 mharo Exp $ # DISTNAME= mysql-3.22.22 @@ -90,9 +90,6 @@ post-install: .for doc in manual.html manual.ps manual_toc.html manual.txt manual.texi include.texi ${INSTALL_DATA} ${WRKSRC}/Docs/${doc} ${PREFIX}/share/doc/mysql .endfor - @if [ ! -f ${PREFIX}/info/dir -a -f /usr/share/info/dir ]; then \ - ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \ - fi ${INSTALL_DATA} ${WRKSRC}/Docs/mysql.info ${PREFIX}/info @install-info ${PREFIX}/info/mysql.info ${PREFIX}/info/dir .endif -- cgit v1.2.3