diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2000-12-18 15:25:42 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2000-12-18 15:25:42 +0000 |
commit | d2cb583db4e9971333f961a6b304c67f83709d37 (patch) | |
tree | 906dfda75d2220afaa26404ed523c43904448748 /textproc/antiword/Makefile | |
parent | f16e7aef0fe6422b306cc2e391152f2e4b29de43 (diff) |
Notes
Diffstat (limited to 'textproc/antiword/Makefile')
-rw-r--r-- | textproc/antiword/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/textproc/antiword/Makefile b/textproc/antiword/Makefile index 84dd1614ad33..f180535f6c26 100644 --- a/textproc/antiword/Makefile +++ b/textproc/antiword/Makefile @@ -6,7 +6,7 @@ # PORTNAME= antiword -PORTVERSION= 0.30 +PORTVERSION= 0.31 CATEGORIES= textproc MASTER_SITES= http://www.winfield.demon.nl/linux/ @@ -17,12 +17,13 @@ WRKSRC= ${WRKDIR}/${PORTNAME}.${PORTVERSION} MAN1= antiword.1 do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/antiword ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/Unix-only/antiword.1 ${MANPREFIX}/man/man1 + @${INSTALL_PROGRAM} ${WRKSRC}/antiword ${PREFIX}/bin + @${INSTALL_SCRIPT} ${WRKSRC}/kantiword ${PREFIX}/bin + @${INSTALL_MAN} ${WRKSRC}/Docs/antiword.1 ${MANPREFIX}/man/man1 .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/antiword -.for file in COPYING Changes History QandA ReadMe - ${INSTALL_DATA} ${WRKSRC}/Docs/${file} ${PREFIX}/share/doc/antiword +.for file in COPYING ChangeLog FAQ History Netscape QandA ReadMe + @${INSTALL_DATA} ${WRKSRC}/Docs/${file} ${PREFIX}/share/doc/antiword .endfor .endif |