diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2017-01-20 08:33:44 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2017-01-20 08:33:44 +0000 |
commit | e4257479a103135857cfa396639df83f539c2b2e (patch) | |
tree | c4f62b5d04d78e97387a9d6071d8f74396f8cb9b /textproc/antiword | |
parent | afd4d0ca4c211c4a843b7c5d92106bc2468ee149 (diff) | |
download | ports-e4257479a103135857cfa396639df83f539c2b2e.tar.gz ports-e4257479a103135857cfa396639df83f539c2b2e.zip |
Notes
Diffstat (limited to 'textproc/antiword')
-rw-r--r-- | textproc/antiword/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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: |