diff options
author | petef <petef@FreeBSD.org> | 2003-05-19 07:13:42 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2003-05-19 07:13:42 +0800 |
commit | 6b5bb6dc1a771263aa59b1c0d67c246c391ac5f7 (patch) | |
tree | c43a3915ba4723a03aee9208a6a91d76510c251d /textproc | |
parent | 6564d7f5cb4982c3b10504cc4b1238ff52aed0e2 (diff) | |
download | freebsd-ports-gnome-6b5bb6dc1a771263aa59b1c0d67c246c391ac5f7.tar.gz freebsd-ports-gnome-6b5bb6dc1a771263aa59b1c0d67c246c391ac5f7.tar.zst freebsd-ports-gnome-6b5bb6dc1a771263aa59b1c0d67c246c391ac5f7.zip |
- update to 0.93
- install docs
PR: 51701
Submitted by: Ports Fury
Diffstat (limited to 'textproc')
-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 |