diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-05-07 02:57:04 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-05-07 02:57:04 +0000 |
commit | dddb3c830540dff58926bda5c5bbfaf19b64cbc3 (patch) | |
tree | 721a1b004e16045c38ae4c34a91e6b1f4a706bdf /audio/grip | |
parent | Update to 1.4.2, fixing a buffer overflow in dirfile.c. (diff) |
Add missing brace and fix comment.
PR: ports/66340
Submitted by: Michael Johnson <ahze@ahze.net> (maintainer)
Notes
Notes:
svn path=/head/; revision=108593
Diffstat (limited to 'audio/grip')
-rw-r--r-- | audio/grip/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/grip/Makefile b/audio/grip/Makefile index f113da617ee6..5c6a5b39f3c8 100644 --- a/audio/grip/Makefile +++ b/audio/grip/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ahze@ahze.net -COMMENT= GTK front-end to external cd rippers and mp3 encoders +COMMENT= GTK front-end to external cd rippers and audio encoders LIB_DEPENDS= id3-3.8.3:${PORTSDIR}/audio/id3lib \ curl.2:${PORTSDIR}/ftp/curl @@ -102,7 +102,7 @@ post-patch: @${REINPLACE_CMD} -e 's|/dev/cdrom|${DEFAULT_CDROM_DEVICE}|' \ ${WRKSRC}/src/grip.c @${REINPLACE_CMD} -e 's|{"xingmp3enc","-B %b -Q %w","mp3"},||; \ - s|{"l3enc","-br %b %w %m","mp3"},|"faac","-w -b %b %w -o %m", "m4a"},|; \ + s|{"l3enc","-br %b %w %m","mp3"},|{"faac","-w -b %b %w -o %m", "m4a"},|; \ s|mp3encode|encode|' \ ${WRKSRC}/src/gripcfg.c |