diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-07-15 08:57:11 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-07-15 08:57:11 +0000 |
commit | e8bd73fed50fda8a5c436d0b82086a7d8d6bc151 (patch) | |
tree | fdc4f45fb04712a43f63b9f465e673db4fe80654 /textproc/gutenmark | |
parent | 79d87c64affaed284bb34b5fce11f59219b66ca8 (diff) | |
download | ports-e8bd73fed50fda8a5c436d0b82086a7d8d6bc151.tar.gz ports-e8bd73fed50fda8a5c436d0b82086a7d8d6bc151.zip |
Notes
Diffstat (limited to 'textproc/gutenmark')
-rw-r--r-- | textproc/gutenmark/Makefile | 6 | ||||
-rw-r--r-- | textproc/gutenmark/distinfo | 2 |
2 files changed, 5 insertions, 3 deletions
diff --git a/textproc/gutenmark/Makefile b/textproc/gutenmark/Makefile index 6b6a82db8c5a..9136a7772ea6 100644 --- a/textproc/gutenmark/Makefile +++ b/textproc/gutenmark/Makefile @@ -6,19 +6,21 @@ # $FreeBSD$ PORTNAME= gutenmark -PORTVERSION= 20011228 +PORTVERSION= 20020714 CATEGORIES= textproc MASTER_SITES= ftp://ftp.sandroid.org/GutenMark/SoftwareSnapshots/ DISTNAME= GutenMark_source_${PORTVERSION} MAINTAINER= ports@FreeBSD.org +USE_REINPLACE= yes WRKSRC= ${WRKDIR}/GutenMark-source USE_GMAKE= yes ALL_TARGET= # empty post-patch: - @${PERL} -pi -e "s,cc,${CC},g ; s,-O3 -Wall,${CFLAGS},g" ${WRKSRC}/Makefile + @${REINPLACE_CMD} -e "s,cc,${CC},g" \ + -e "s,-O3 -Wall,${CFLAGS},g" ${WRKSRC}/Makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/GutenMark ${PREFIX}/bin diff --git a/textproc/gutenmark/distinfo b/textproc/gutenmark/distinfo index 2548d94fa53b..7ee5b01267b1 100644 --- a/textproc/gutenmark/distinfo +++ b/textproc/gutenmark/distinfo @@ -1 +1 @@ -MD5 (GutenMark_source_20011228.tar.gz) = 5ebce8295d54ad845778f4a9c2773723 +MD5 (GutenMark_source_20020714.tar.gz) = 0880c41be3ed866f4a2d6f0fcf44a655 |