summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1999-04-12 22:54:11 +0000
committerSatoshi Asami <asami@FreeBSD.org>1999-04-12 22:54:11 +0000
commit5fe78152c9b74e0768be3704234beca5aa46f819 (patch)
treebf2d882e54bcb440d9ef0f85facd90d8cebcf1c4
parentadd a note, that in order to install and run postgresql, you need kernel with (diff)
Replace 8 spaces with a tab (cut-and-space-itis?).
Notes
Notes: svn path=/head/; revision=17821
-rw-r--r--x11-toolkits/blt/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/blt/Makefile b/x11-toolkits/blt/Makefile
index f45931f301c8..f8cda7045977 100644
--- a/x11-toolkits/blt/Makefile
+++ b/x11-toolkits/blt/Makefile
@@ -3,7 +3,7 @@
# Date created: 22 September 1998
# Whom: Kenjiro Cho <kjc@csl.sony.co.jp>
#
-# $Id: Makefile,v 1.24 1998/11/14 09:43:29 asami Exp $
+# $Id: Makefile,v 1.25 1999/04/12 10:16:38 kjc Exp $
#
DISTNAME= BLT2.4h
@@ -31,7 +31,7 @@ SO_VERSION= 2.4
.endif
post-install:
- ${LN} -sf libBLT24.so.${SO_VERSION} ${PREFIX}/lib/libBLT24.so
+ ${LN} -sf libBLT24.so.${SO_VERSION} ${PREFIX}/lib/libBLT24.so
${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.post.mk>