1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

- update to 0.93

- install docs

PR:		51701
Submitted by:	Ports Fury
This commit is contained in:
Pete Fritchman 2003-05-18 23:13:42 +00:00
parent cf8b3be87b
commit 3f1e14bb32
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=81292
3 changed files with 10 additions and 3 deletions

View File

@ -7,7 +7,7 @@
#
PORTNAME= cwtext
PORTVERSION= 0.91
PORTVERSION= 0.93
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@ -26,8 +26,12 @@ post-patch:
s,gcc,${CC} ${CFLAGS},g" ${WRKSRC}/${MAKEFILE}
do-install:
.for file in cwpcm cwtext
.for file in cwmm cwpcm cwtext
${INSTALL_PROGRAM} ${WRKSRC}/${file} ${PREFIX}/bin
.endfor
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (cwtext-0.91.tar.gz) = 46dd88d53e338f212ea328eae8a34608
MD5 (cwtext-0.93.tar.gz) = 6ce26f56b3ba371eabe0308ddc4e118c

View File

@ -1,2 +1,5 @@
bin/cwmm
bin/cwpcm
bin/cwtext
%%PORTDOCS%%share/doc/cwtext/README
%%PORTDOCS%%@dirrm share/doc/cwtext