Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Feb 2004 00:30:07 +0900
From:      KATO Tsuguru <tkato@prontomail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/63491: Update port: audio/cuetools
Message-ID:  <20040229003007.67eae3ef.tkato@prontomail.com>
Resent-Message-ID: <200402281540.i1SFeJeD049562@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         63491
>Category:       ports
>Synopsis:       Update port: audio/cuetools
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 28 07:40:19 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.9-RELEASE-p2 i386
>Organization:
>Environment:
>Description:
- Remove unnecessary USE_REINPLACE

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/audio/cuetools/Makefile audio/cuetools/Makefile
--- /usr/ports/audio/cuetools/Makefile	Sat Feb 21 02:33:16 2004
+++ audio/cuetools/Makefile	Sat Feb 21 13:28:04 2004
@@ -14,17 +14,12 @@
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	A set of utilities for working with cue files and toc files
 
-USE_REINPLACE=	yes
 USE_GMAKE=	yes
-MAKE_ARGS=	CC="${CC}" CFLAGS="${CFLAGS}" PREFIX="${PREFIX}" \
+MAKE_ARGS=	CC="${CC}" CFLAGS="${CFLAGS}" prefix="${PREFIX}" \
 		INSTALL_PROGRAM="${INSTALL_PROGRAM}"
 
 PORTDOCS=	ChangeLog README cuerename formats useage
 PLIST_FILES=	bin/cuebreakpoints bin/cueconvert bin/cuerename
-
-post-patch:
-	${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' \
-		${WRKSRC}/src/Makefile
 
 post-install:
 .if !defined(NOPORTDOCS)
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040229003007.67eae3ef.tkato>