diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-11-08 12:03:50 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-11-08 12:03:50 +0000 |
commit | 2f12dcb421b051c5597574af3c2dbb3f0752303d (patch) | |
tree | 931f1f2d014342a4ef6eed1cc74b9902f9dab90e /devel | |
parent | 8e29f1adcf15dca1b5d934902429568f245d72a2 (diff) | |
download | ports-2f12dcb421b051c5597574af3c2dbb3f0752303d.tar.gz ports-2f12dcb421b051c5597574af3c2dbb3f0752303d.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/sdl_ldbad/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/sdl_ldbad/Makefile b/devel/sdl_ldbad/Makefile index 8f3c96775af8..cda72ffc6fec 100644 --- a/devel/sdl_ldbad/Makefile +++ b/devel/sdl_ldbad/Makefile @@ -23,7 +23,7 @@ do-fetch: @${DO_NADA} do-install: - ${LN} -shf ${LOCALBASE}/bin/sdl11-config ${PREFIX}/bin/sdl-config + ${LN} -shf ${SDL_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.7 SDLmain-1.1.a ${LN} -shf ${LOCALBASE}/lib/lib${lib} ${PREFIX}/lib/lib${lib:S/-1.1//} |