From e4257479a103135857cfa396639df83f539c2b2e Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Fri, 20 Jan 2017 08:33:44 +0000 Subject: Reinplace the target of the symlink instead of the symlink PR: 216309 --- textproc/antiword/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'textproc/antiword') diff --git a/textproc/antiword/Makefile b/textproc/antiword/Makefile index 6daf0eb638bd..ab095937109f 100644 --- a/textproc/antiword/Makefile +++ b/textproc/antiword/Makefile @@ -38,7 +38,7 @@ CFLAGS+= -DNDEBUG post-patch: @${REINPLACE_CMD} -E 's,/usr/share,${LOCALBASE}/share,g; s,fonts2,fonts,' ${WRKSRC}/Unix-only/fontinfo.pl - @${REINPLACE_CMD} -E 's|LD|CC|g; /^(CC|CFLAGS|OPT)/d; s,/usr/share,${PREFIX}/share,g; s|/usr/local/bin|${PREFIX}/bin|g' ${WRKSRC}/${MAKEFILE} + @${REINPLACE_CMD} -E 's|LD|CC|g; /^(CC|CFLAGS|OPT)/d; s,/usr/share,${PREFIX}/share,g; s|/usr/local/bin|${PREFIX}/bin|g' ${WRKSRC}/Makefile.Linux @${REINPLACE_CMD} -E 's,/usr/share,${PREFIX}/share,g' ${WRKSRC}/antiword.h post-install: -- cgit v1.2.3