Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Jan 2017 08:33:44 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r431934 - head/textproc/antiword
Message-ID:  <201701200833.v0K8XiIx023832@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Fri Jan 20 08:33:44 2017
New Revision: 431934
URL: https://svnweb.freebsd.org/changeset/ports/431934

Log:
  Reinplace the target of the symlink instead of the symlink
  
  PR:		216309

Modified:
  head/textproc/antiword/Makefile

Modified: head/textproc/antiword/Makefile
==============================================================================
--- head/textproc/antiword/Makefile	Fri Jan 20 07:15:34 2017	(r431933)
+++ head/textproc/antiword/Makefile	Fri Jan 20 08:33:44 2017	(r431934)
@@ -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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701200833.v0K8XiIx023832>