diff options
author | perky <perky@FreeBSD.org> | 2003-12-06 00:43:00 +0800 |
---|---|---|
committer | perky <perky@FreeBSD.org> | 2003-12-06 00:43:00 +0800 |
commit | de8c4cb6d23d5e6df91767e92648f2f67e3812a0 (patch) | |
tree | 3de50f45bde64a4de7bdb305a116c4bbee99fa92 /audio/holyshout | |
parent | a67f94274fb1be89795d7b97eaa58a26dbfb45e9 (diff) | |
download | freebsd-ports-graphics-de8c4cb6d23d5e6df91767e92648f2f67e3812a0.tar.gz freebsd-ports-graphics-de8c4cb6d23d5e6df91767e92648f2f67e3812a0.tar.zst freebsd-ports-graphics-de8c4cb6d23d5e6df91767e92648f2f67e3812a0.zip |
- Correct '\r' representation to feed into sed.
- Bump PORTREVISION subsequently.
Submitted by: maintainer
Diffstat (limited to 'audio/holyshout')
-rw-r--r-- | audio/holyshout/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 <bsd.port.mk> |