diff options
author | arved <arved@FreeBSD.org> | 2004-11-08 10:21:44 +0000 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2004-11-08 10:21:44 +0000 |
commit | 5e216f99f7e9386112480c5eaed95c6ca21269c7 (patch) | |
tree | 74d8a43654f3e0073401223d2c937103207ad8c4 /devel/sdl_ldbad | |
parent | 5c2ff4b79f60bed8f71700ff374d8044d159d3af (diff) | |
download | FreeBSD-ports-5e216f99f7e9386112480c5eaed95c6ca21269c7.zip FreeBSD-ports-5e216f99f7e9386112480c5eaed95c6ca21269c7.tar.gz |
Sync with sdl12 port
PR: 73639
Submitted by: Dima Panov <redfox@Fluffy.Khv.RU>
Diffstat (limited to 'devel/sdl_ldbad')
-rw-r--r-- | devel/sdl_ldbad/Makefile | 6 | ||||
-rw-r--r-- | devel/sdl_ldbad/pkg-plist | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/sdl_ldbad/Makefile b/devel/sdl_ldbad/Makefile index 742b527..8f3c967 100644 --- a/devel/sdl_ldbad/Makefile +++ b/devel/sdl_ldbad/Makefile @@ -7,7 +7,7 @@ PORTNAME= sdl_ldbad PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= # none DISTFILES= # none @@ -25,8 +25,8 @@ do-fetch: do-install: ${LN} -shf ${LOCALBASE}/bin/sdl11-config ${PREFIX}/bin/sdl-config ${LN} -shf ${LOCALBASE}/include/SDL11 ${PREFIX}/include/SDL -.for lib in SDL-1.1.a SDL-1.1.so SDL-1.1.so.4 SDLmain-1.1.a - ${LN} -shf ${LOCALBASE}/lib/${lib} ${PREFIX}/lib/${lib:S/-1.1//} +.for lib in SDL-1.1.a SDL-1.1.so SDL-1.1.so.7 SDLmain-1.1.a + ${LN} -shf ${LOCALBASE}/lib/lib${lib} ${PREFIX}/lib/lib${lib:S/-1.1//} .endfor ${LN} -shf ${LOCALBASE}/share/aclocal/sdl11.m4 ${PREFIX}/share/aclocal/sdl.m4 diff --git a/devel/sdl_ldbad/pkg-plist b/devel/sdl_ldbad/pkg-plist index ab96beb..baf054e 100644 --- a/devel/sdl_ldbad/pkg-plist +++ b/devel/sdl_ldbad/pkg-plist @@ -1,7 +1,7 @@ bin/sdl-config include/SDL -lib/SDL.a -lib/SDL.so -lib/SDL.so.4 -lib/SDLmain.a +lib/libSDL.a +lib/libSDL.so +lib/libSDL.so.7 +lib/libSDLmain.a share/aclocal/sdl.m4 |