diff options
author | markp <markp@FreeBSD.org> | 2003-02-22 15:29:09 +0000 |
---|---|---|
committer | markp <markp@FreeBSD.org> | 2003-02-22 15:29:09 +0000 |
commit | a7404addf06b7603765782b13cad61c35b8b19cb (patch) | |
tree | 9dbe63caa005b8e7ca9dee9706c6d076905a48d7 /textproc/dadadodo/Makefile | |
parent | 28f2f2da8672f16f82ba41b8be96529349af1249 (diff) | |
download | FreeBSD-ports-a7404addf06b7603765782b13cad61c35b8b19cb.zip FreeBSD-ports-a7404addf06b7603765782b13cad61c35b8b19cb.tar.gz |
Update to 1.04.
De-pkg-comment.
Fix REINPLACE, -E is required.
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 7937a01..c41f33a 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 |