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 | |
parent | 060b378beef280204bebcdaded488df27e41cb56 (diff) | |
download | ports-3973b163f6fd649bd637d5c6e14c11d3fbcb0b4a.tar.gz ports-3973b163f6fd649bd637d5c6e14c11d3fbcb0b4a.zip |
Notes
-rw-r--r-- | textproc/dadadodo/Makefile | 5 | ||||
-rw-r--r-- | textproc/dadadodo/distinfo | 2 | ||||
-rw-r--r-- | textproc/dadadodo/pkg-comment | 1 |
3 files changed, 4 insertions, 4 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 diff --git a/textproc/dadadodo/distinfo b/textproc/dadadodo/distinfo index f5201c290c19..5e528885275f 100644 --- a/textproc/dadadodo/distinfo +++ b/textproc/dadadodo/distinfo @@ -1 +1 @@ -MD5 (dadadodo-1.03.tar.gz) = 0c6351a2f9d614b33bfed4cbf11e6044 +MD5 (dadadodo-1.04.tar.gz) = d3ff69c4e71c328586b1c6ca2130a4b3 diff --git a/textproc/dadadodo/pkg-comment b/textproc/dadadodo/pkg-comment deleted file mode 100644 index 284f1ba02a55..000000000000 --- a/textproc/dadadodo/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Text processor which analyses text and generates random sentences |