diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2006-06-05 20:27:40 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2006-06-05 20:27:40 +0000 |
commit | 5a2b6a9d14389e2c2f7795627e4e280de58cb1be (patch) | |
tree | 970a064f77dff09ff29839ef792e162b907d1529 /graphics/gnash | |
parent | Update MASTER_SITES (diff) |
Every time gnash plugin is launched, gnash-dbg.log file is
created in current dir. I consider this annoying, so I think
it's better to have gnash debug log as a dotfile.
PR: 97522
Submittey by: Dmitry Marakasov <amdmi3@mail.ru> (maintainer)
Diffstat (limited to 'graphics/gnash')
-rw-r--r-- | graphics/gnash/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/gnash/Makefile b/graphics/gnash/Makefile index 6256e372f67c..c4c662c78221 100644 --- a/graphics/gnash/Makefile +++ b/graphics/gnash/Makefile @@ -48,6 +48,7 @@ PLIST_SUB+= PLUGIN="" .endif post-patch: + @${REINPLACE_CMD} -e 's|gnash-dbg.log|.gnash-dbg.log|' ${WRKSRC}/libbase/log.h @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g;s|/usr/X11R6|${X11BASE}|g' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure .if !defined(WITH_PLUGIN) |