From 5e216f99f7e9386112480c5eaed95c6ca21269c7 Mon Sep 17 00:00:00 2001 From: arved Date: Mon, 8 Nov 2004 10:21:44 +0000 Subject: Sync with sdl12 port PR: 73639 Submitted by: Dima Panov --- devel/sdl_ldbad/Makefile | 6 +++--- devel/sdl_ldbad/pkg-plist | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'devel/sdl_ldbad') 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 -- cgit v1.1