diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2003-05-18 23:13:42 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2003-05-18 23:13:42 +0000 |
commit | 3f1e14bb32a9ee4d52da0ed167035d82f82de229 (patch) | |
tree | 42563bb51c42cd82e9191fba8a2f59fcb7bbf704 /textproc/cwtext | |
parent | Update to 0.5.1. (diff) |
- update to 0.93
- install docs
PR: 51701
Submitted by: Ports Fury
Diffstat (limited to 'textproc/cwtext')
-rw-r--r-- | textproc/cwtext/Makefile | 8 | ||||
-rw-r--r-- | textproc/cwtext/distinfo | 2 | ||||
-rw-r--r-- | textproc/cwtext/pkg-plist | 3 |
3 files changed, 10 insertions, 3 deletions
diff --git a/textproc/cwtext/Makefile b/textproc/cwtext/Makefile index 2c0e9f8ec013..ca27ae6e7531 100644 --- a/textproc/cwtext/Makefile +++ b/textproc/cwtext/Makefile @@ -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> diff --git a/textproc/cwtext/distinfo b/textproc/cwtext/distinfo index e2e4c12143ae..e2bd33840671 100644 --- a/textproc/cwtext/distinfo +++ b/textproc/cwtext/distinfo @@ -1 +1 @@ -MD5 (cwtext-0.91.tar.gz) = 46dd88d53e338f212ea328eae8a34608 +MD5 (cwtext-0.93.tar.gz) = 6ce26f56b3ba371eabe0308ddc4e118c diff --git a/textproc/cwtext/pkg-plist b/textproc/cwtext/pkg-plist index a8a254e66565..69d6a735131f 100644 --- a/textproc/cwtext/pkg-plist +++ b/textproc/cwtext/pkg-plist @@ -1,2 +1,5 @@ +bin/cwmm bin/cwpcm bin/cwtext +%%PORTDOCS%%share/doc/cwtext/README +%%PORTDOCS%%@dirrm share/doc/cwtext |