mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
- Remove unnecessary USE_REINPLACE
PR: ports/63491 Submitted by: Ports Fury
This commit is contained in:
parent
e7e565067d
commit
692a8c38c8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=102444
1 changed files with 1 additions and 6 deletions
|
@ -14,18 +14,13 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
|
|||
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)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
|
|
Loading…
Add table
Reference in a new issue