diff options
Diffstat (limited to 'graphics/giftrans/Makefile')
-rw-r--r-- | graphics/giftrans/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/giftrans/Makefile b/graphics/giftrans/Makefile index 40706b3d721d..bb25a6585d09 100644 --- a/graphics/giftrans/Makefile +++ b/graphics/giftrans/Makefile @@ -27,7 +27,7 @@ do-extract: done post-patch: - @${REINPLACE_CMD} -e 's|%%X11BASE%%|${X11BASE}|g' ${WRKSRC}/giftrans.c + @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/giftrans.c do-build: (cd ${WRKSRC}; ${CC} ${CFLAGS} giftrans.c -o giftrans) |