diff options
author | asami <asami@FreeBSD.org> | 1999-04-13 06:54:11 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-04-13 06:54:11 +0800 |
commit | 7f4766b675bc90b6403dbb627b2d00a8831baa03 (patch) | |
tree | f6dae7f108c326aebf1e1b06d94c50af900ad6ef /x11-toolkits/blt | |
parent | e9b1d5bc6b57a7c096b1c77a32fba727187c0aed (diff) | |
download | freebsd-ports-graphics-7f4766b675bc90b6403dbb627b2d00a8831baa03.tar.gz freebsd-ports-graphics-7f4766b675bc90b6403dbb627b2d00a8831baa03.tar.zst freebsd-ports-graphics-7f4766b675bc90b6403dbb627b2d00a8831baa03.zip |
Replace 8 spaces with a tab (cut-and-space-itis?).
Diffstat (limited to 'x11-toolkits/blt')
-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 f45931f301c..f8cda704597 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> |