diff options
Diffstat (limited to 'graphics/scr2png')
-rw-r--r-- | graphics/scr2png/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/scr2png/Makefile b/graphics/scr2png/Makefile index 6c3994a..f35af63 100644 --- a/graphics/scr2png/Makefile +++ b/graphics/scr2png/Makefile @@ -19,6 +19,8 @@ MAN1= scr2png.1 MANCOMPRESSED= yes PLIST_FILES= bin/scr2png +MAKE_JOBS_SAFE= yes + post-extract: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/Makefile @${REINPLACE_CMD} -e 's|<gd/gd\.h>|<gd.h>|' ${WRKSRC}/scr2png.c |