diff options
author | erwin <erwin@FreeBSD.org> | 2006-06-06 04:27:40 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2006-06-06 04:27:40 +0800 |
commit | 20b34d11e39842f5b534a3244bf80228a6fa432e (patch) | |
tree | ff32a3bcbb408268b058c78d8f4ec0906cf011fd /graphics | |
parent | 0e3e30c72cc1863d6baaad747e943228e20e8f7f (diff) | |
download | freebsd-ports-graphics-20b34d11e39842f5b534a3244bf80228a6fa432e.tar.gz freebsd-ports-graphics-20b34d11e39842f5b534a3244bf80228a6fa432e.tar.zst freebsd-ports-graphics-20b34d11e39842f5b534a3244bf80228a6fa432e.zip |
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')
-rw-r--r-- | graphics/gnash-devel/Makefile | 1 | ||||
-rw-r--r-- | graphics/gnash/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/graphics/gnash-devel/Makefile b/graphics/gnash-devel/Makefile index 6256e372f67..c4c662c7822 100644 --- a/graphics/gnash-devel/Makefile +++ b/graphics/gnash-devel/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) diff --git a/graphics/gnash/Makefile b/graphics/gnash/Makefile index 6256e372f67..c4c662c7822 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) |