diff options
author | mharo <mharo@FreeBSD.org> | 1999-06-05 22:32:11 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-06-05 22:32:11 +0000 |
commit | d27edf52986a3f634e493451ba0a43f64be2cfc2 (patch) | |
tree | c93047466dbf9daea5ade970b9464515c4feac22 /databases/mysql41-client/Makefile | |
parent | 588c5c62f48a4a87b881b1f43a8b28dfc3d70586 (diff) | |
download | FreeBSD-ports-d27edf52986a3f634e493451ba0a43f64be2cfc2.zip FreeBSD-ports-d27edf52986a3f634e493451ba0a43f64be2cfc2.tar.gz |
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 'databases/mysql41-client/Makefile')
-rw-r--r-- | databases/mysql41-client/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/databases/mysql41-client/Makefile b/databases/mysql41-client/Makefile index b6bceb0..2046ef3 100644 --- a/databases/mysql41-client/Makefile +++ b/databases/mysql41-client/Makefile @@ -3,7 +3,7 @@ # Date created: 26 Jan 1998 # Whom: Josh Tiefenbach <josh@ican.net> # -# $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 |