summaryrefslogtreecommitdiffstats
path: root/lang/smalltalk/Makefile
diff options
context:
space:
mode:
authorolgeni <olgeni@FreeBSD.org>2001-03-08 15:26:10 +0000
committerolgeni <olgeni@FreeBSD.org>2001-03-08 15:26:10 +0000
commit5fdf20aa883014b53ff8fe40a206721d25842108 (patch)
treea3e63e34e5a0ed0637fcf893298f6014d66ef6aa /lang/smalltalk/Makefile
parentda6a2653e3177fa8422d0fe0af9e8638fea9391a (diff)
downloadFreeBSD-ports-5fdf20aa883014b53ff8fe40a206721d25842108.zip
FreeBSD-ports-5fdf20aa883014b53ff8fe40a206721d25842108.tar.gz
Fix typo in Makefile: libgst/libgst.a -> libgst/.libs/libgst.a
Noticed by: sf
Diffstat (limited to 'lang/smalltalk/Makefile')
-rw-r--r--lang/smalltalk/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/smalltalk/Makefile b/lang/smalltalk/Makefile
index a41baaa..1f0953e 100644
--- a/lang/smalltalk/Makefile
+++ b/lang/smalltalk/Makefile
@@ -34,6 +34,6 @@ pre-patch:
s|\@MAKEINFO\@|\@MAKEINFO\@ --no-split|g'
post-install:
- ${INSTALL_DATA} ${WRKSRC}/libgst/libgst.a ${PREFIX}/lib
+ ${INSTALL_DATA} ${WRKSRC}/libgst/.libs/libgst.a ${PREFIX}/lib
.include <bsd.port.mk>
OpenPOWER on IntegriCloud