aboutsummaryrefslogtreecommitdiff
path: root/databases/mysql54-client
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-06-05 22:32:11 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-06-05 22:32:11 +0000
commit5ce8e8e5c77a92c16e627672eab6ebca50ad6f85 (patch)
treed22580c3f5bea1154b95655a82046161cfa9fd35 /databases/mysql54-client
parentdefb095decee8e3dde8b4102faa6e782be7704c2 (diff)
downloadports-5ce8e8e5c77a92c16e627672eab6ebca50ad6f85.tar.gz
ports-5ce8e8e5c77a92c16e627672eab6ebca50ad6f85.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.
Notes
Notes: svn path=/head/; revision=19223
Diffstat (limited to 'databases/mysql54-client')
-rw-r--r--databases/mysql54-client/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/databases/mysql54-client/Makefile b/databases/mysql54-client/Makefile
index b6bceb059f5e..2046ef3e2a4c 100644
--- a/databases/mysql54-client/Makefile
+++ b/databases/mysql54-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