ports/63491: Update port: audio/cuetools

KATO Tsuguru tkato at prontomail.com
Sat Feb 28 15:40:20 UTC 2004


>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 at 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:



More information about the freebsd-ports-bugs mailing list