diff options
author | alane <alane@FreeBSD.org> | 2002-07-06 03:08:45 +0000 |
---|---|---|
committer | alane <alane@FreeBSD.org> | 2002-07-06 03:08:45 +0000 |
commit | f5cda79e733cef9fe198649b2679b828b480763b (patch) | |
tree | db36e4cfd39263a5184c6bc034f85f40f55cb6ad /misc | |
parent | c266c3f816f8f8b47e054b5ac60a529492dedff3 (diff) | |
download | FreeBSD-ports-f5cda79e733cef9fe198649b2679b828b480763b.zip FreeBSD-ports-f5cda79e733cef9fe198649b2679b828b480763b.tar.gz |
Apologies to all. The last patch was botched and I thought I had
killed the commit. Fix SDL_CONFIG the right way. We don't need that
post-configure: target, ANAICT.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/kdeaddons3/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/misc/kdeaddons3/Makefile b/misc/kdeaddons3/Makefile index 3393c7e..a363b97 100644 --- a/misc/kdeaddons3/Makefile +++ b/misc/kdeaddons3/Makefile @@ -25,14 +25,14 @@ USE_BZIP2= yes GNU_CONFIGURE= yes USE_GMAKE= yes PLIST_SUB+= RM=${RM} -SDL_CONFIG= ${LOCALBASE}/bin/sdl11-config -CONFIGURE_ENV+= SDL_CONFIG="${SDL_CONFIG}" +SDL_CONFIG= sdl11-config +CONFIGURE_ENV+= SDL_CONFIG="${LOCALBASE}/bin/${SDL_CONFIG}" .include "${.CURDIR}/../../x11/kde3/Makefile.kde" -post-configure: - ${FIND} ${WRKSRC} -type f | ${XARGS} ${PERL} -pi -e \ - "s@sdl-config@${SDL_CONFIG}@g" +#post-configure: +# ${FIND} ${WRKSRC} -type f | ${XARGS} ${PERL} -pi -e \ +# "s@sdl-config@${SDL_CONFIG}@g" .include <bsd.port.pre.mk> |