diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2014-07-14 20:50:20 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2014-07-14 20:50:20 +0000 |
commit | 008217f3f5500e735ed69cf2222a44e4279bb7fe (patch) | |
tree | 773e1d16cdfbe14582a8b34bea79d69d522e9db6 /textproc/antiword | |
parent | b589e9234c173f7bae661a5226d7d72dc2490abd (diff) | |
download | ports-008217f3f5500e735ed69cf2222a44e4279bb7fe.tar.gz ports-008217f3f5500e735ed69cf2222a44e4279bb7fe.zip |
Notes
Diffstat (limited to 'textproc/antiword')
-rw-r--r-- | textproc/antiword/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/textproc/antiword/Makefile b/textproc/antiword/Makefile index 62b917089f20..7f4053f974ce 100644 --- a/textproc/antiword/Makefile +++ b/textproc/antiword/Makefile @@ -3,7 +3,7 @@ PORTNAME= antiword PORTVERSION= 0.37 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= http://www.winfield.demon.nl/linux/ @@ -12,6 +12,9 @@ COMMENT= An application for displaying Microsoft(R) Word documents LICENSE= GPLv2 +BUILD_DEPENDS= ${LOCALBASE}/share/ghostscript/fonts/n022003l.afm:${PORTSDIR}/print/gsfonts +RUN_DEPENDS= ${LOCALBASE}/share/ghostscript/fonts/n022003l.afm:${PORTSDIR}/print/gsfonts + USES= gmake shebangfix SHEBANG_FILES= kantiword Unix-only/fontinfo.pl MAKE_JOBS_UNSAFE=yes @@ -23,11 +26,8 @@ PORTDOCS= COPYING ChangeLog Emacs Exmh FAQ History Mozilla Mutt Netscape \ CFLAGS+= -DNDEBUG post-patch: - @${FIND} ${WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} \ - -e 's,/usr/local,${PREFIX},g' \ - -e 's,/usr/share,${PREFIX}/share,g' - @${REINPLACE_CMD} -E 's|LD|CC|g; /^(CC|CFLAGS)/d' ${WRKSRC}/${MAKEFILE} - @${TOUCH} ${WRKSRC}/fontinfo.h + @${REINPLACE_CMD} -E 's,/usr/share,${PREFIX}/share,g; s,fonts2,fonts,' ${WRKSRC}/Unix-only/fontinfo.pl + @${REINPLACE_CMD} -E 's|LD|CC|g; /^(CC|CFLAGS)/d; s,/usr/share,${PREFIX}/share,g' ${WRKSRC}/${MAKEFILE} post-install: ${INSTALL_MAN} ${WRKSRC}/Docs/antiword.1 ${STAGEDIR}${MANPREFIX}/man/man1 |