diff options
author | Mark Pulford <markp@FreeBSD.org> | 2003-02-22 15:29:09 +0000 |
---|---|---|
committer | Mark Pulford <markp@FreeBSD.org> | 2003-02-22 15:29:09 +0000 |
commit | 3973b163f6fd649bd637d5c6e14c11d3fbcb0b4a (patch) | |
tree | bd3c1d8b6ed37a8e748446190971edbea2962723 /textproc/dadadodo/Makefile | |
parent | add missing directory to PLIST (diff) |
Update to 1.04.
De-pkg-comment.
Fix REINPLACE, -E is required.
Notes
Notes:
svn path=/head/; revision=76154
Diffstat (limited to 'textproc/dadadodo/Makefile')
-rw-r--r-- | textproc/dadadodo/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/dadadodo/Makefile b/textproc/dadadodo/Makefile index 7937a016555e..c41f33aa75c9 100644 --- a/textproc/dadadodo/Makefile +++ b/textproc/dadadodo/Makefile @@ -6,16 +6,17 @@ # PORTNAME= dadadodo -PORTVERSION= 1.03 +PORTVERSION= 1.04 CATEGORIES= textproc MASTER_SITES= http://www.jwz.org/dadadodo/ MAINTAINER= markp@FreeBSD.org +COMMENT= Text processor which analyses text and generates random sentences USE_REINPLACE= yes pre-patch: - ${REINPLACE_CMD} -e "s/^(CC|CFLAGS).+//" ${WRKSRC}/Makefile + ${REINPLACE_CMD} -E "s/^(CC|CFLAGS).+//" ${WRKSRC}/Makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/dadadodo ${PREFIX}/bin |