aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
Diffstat (limited to 'graphics')
-rw-r--r--graphics/cegui/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/cegui/Makefile b/graphics/cegui/Makefile
index 6755465650b8..64d2e29fe251 100644
--- a/graphics/cegui/Makefile
+++ b/graphics/cegui/Makefile
@@ -36,7 +36,7 @@ post-patch:
s|-lpthread|${PTHREAD_LIBS}|g; \
s|DevIL_CFLAGS=.*|DevIL_CFLAGS="-DUSE_DEVIL_LIBRARY -I${LOCALBASE}/include"|g' \
${WRKSRC}/configure
- @${REINPLACE_CMD} -e 's| Samples$$||g' ${WRKSRC}/Makefile.in
+ @${REINPLACE_CMD} -e '/SUBDIRS/ s| Samples||g' ${WRKSRC}/Makefile.in
@${REINPLACE_CMD} -e 's|__linux__)|& \|\| defined(__FreeBSD__)|g' \
${WRKSRC}/include/CEGUIDynamicModule.h \
${WRKSRC}/src/CEGUIDynamicModule.cpp