mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- support shebang fix
This commit is contained in:
parent
90f0b956d9
commit
64d7021dac
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=361823
@ -8,11 +8,12 @@ CATEGORIES= textproc
|
||||
MASTER_SITES= http://www.winfield.demon.nl/linux/
|
||||
|
||||
MAINTAINER= leeym@FreeBSD.org
|
||||
COMMENT= An application to display Microsoft(tm) Word files
|
||||
COMMENT= An application for displaying Microsoft(R) Word documents
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
USES= gmake
|
||||
USES= gmake shebangfix
|
||||
SHEBANG_FILES= kantiword Unix-only/fontinfo.pl
|
||||
MAKE_JOBS_UNSAFE=yes
|
||||
INSTALL_TARGET= global_install
|
||||
|
||||
@ -27,7 +28,6 @@ post-patch:
|
||||
-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/bin/perl,${PERL},' ${WRKSRC}/Unix-only/fontinfo.pl
|
||||
|
||||
post-install:
|
||||
${INSTALL_MAN} ${WRKSRC}/Docs/antiword.1 ${STAGEDIR}${MANPREFIX}/man/man1
|
||||
|
Loading…
Reference in New Issue
Block a user