From de8c4cb6d23d5e6df91767e92648f2f67e3812a0 Mon Sep 17 00:00:00 2001 From: perky Date: Fri, 5 Dec 2003 16:43:00 +0000 Subject: - Correct '\r' representation to feed into sed. - Bump PORTREVISION subsequently. Submitted by: maintainer --- audio/holyshout/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'audio/holyshout') diff --git a/audio/holyshout/Makefile b/audio/holyshout/Makefile index 71854fe42a1..573602544d7 100644 --- a/audio/holyshout/Makefile +++ b/audio/holyshout/Makefile @@ -7,6 +7,7 @@ PORTNAME= holyshout PORTVERSION= 0.2 +PORTREVISION= 1 CATEGORIES= audio net MASTER_SITES= ftp://ftp.holywar.net/pub/FreeBSD/ @@ -21,6 +22,6 @@ USE_REINPLACE= yes post-patch: ${REINPLACE_CMD} -e 's,/usr/local,${PREFIX},g' \ ${WRKSRC}/Makefile - ${REINPLACE_CMD} -e 's, ,\r,g' ${WRKSRC}/holyshout.c + ${REINPLACE_CMD} -e 's, ,\\r,g' ${WRKSRC}/holyshout.c .include -- cgit