From 6b5bb6dc1a771263aa59b1c0d67c246c391ac5f7 Mon Sep 17 00:00:00 2001 From: petef Date: Sun, 18 May 2003 23:13:42 +0000 Subject: - update to 0.93 - install docs PR: 51701 Submitted by: Ports Fury --- textproc/cwtext/Makefile | 8 ++++++-- textproc/cwtext/distinfo | 2 +- textproc/cwtext/pkg-plist | 3 +++ 3 files changed, 10 insertions(+), 3 deletions(-) (limited to 'textproc') 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 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 -- cgit