diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-04-12 22:54:11 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-04-12 22:54:11 +0000 |
commit | 5fe78152c9b74e0768be3704234beca5aa46f819 (patch) | |
tree | bf2d882e54bcb440d9ef0f85facd90d8cebcf1c4 /x11-toolkits | |
parent | 8f862ffba0a990118cd9c22e83e4c532cca1a9e9 (diff) | |
download | ports-5fe78152c9b74e0768be3704234beca5aa46f819.tar.gz ports-5fe78152c9b74e0768be3704234beca5aa46f819.zip |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/blt/Makefile | 4 |
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> |