diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-24 15:17:18 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-24 15:17:18 +0000 |
commit | a7861559af5a54df393c72151f19a9d0256eb5a8 (patch) | |
tree | b335e06e523468b9dec87f1c1419f72a6b453e56 /devel/clanlib/Makefile | |
parent | 513a769b7afbb6f37b3e800a08e65887765c6ae1 (diff) |
Notes
Diffstat (limited to 'devel/clanlib/Makefile')
-rw-r--r-- | devel/clanlib/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/devel/clanlib/Makefile b/devel/clanlib/Makefile index 88234d217f50..48a63977ed21 100644 --- a/devel/clanlib/Makefile +++ b/devel/clanlib/Makefile @@ -6,7 +6,7 @@ # PORTNAME= clanlib -PORTVERSION= 0.7.4.1 +PORTVERSION= 0.7.5.2 CATEGORIES= devel MASTER_SITES= http://clanlib.org/~sphair/download/ DISTNAME= ClanLib-${PORTVERSION:R}-${PORTVERSION:E} @@ -86,8 +86,10 @@ pre-everything:: @${ECHO_MSG} "" post-patch: - @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ - 's|-lpthread||g' + @${GREP} -lR "SDL/SDL" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \ + 's|SDL/SDL|SDL|g' + @${REINPLACE_CMD} -e 's|-lpthread||g' \ + ${WRKSRC}/Sources/Core/Makefile.in @${REINPLACE_CMD} -e 's|@perl_exec@|${PERL}|g' \ ${WRKSRC}/Documentation/Utilities/webbuilder.pl.in |