mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -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
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= A set of utilities for working with cue files and toc files
|
COMMENT= A set of utilities for working with cue files and toc files
|
||||||
|
|
||||||
USE_REINPLACE= yes
|
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" PREFIX="${PREFIX}" \
|
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" prefix="${PREFIX}" \
|
||||||
INSTALL_PROGRAM="${INSTALL_PROGRAM}"
|
INSTALL_PROGRAM="${INSTALL_PROGRAM}"
|
||||||
|
|
||||||
PORTDOCS= ChangeLog README cuerename formats useage
|
PORTDOCS= ChangeLog README cuerename formats useage
|
||||||
PLIST_FILES= bin/cuebreakpoints bin/cueconvert bin/cuerename
|
PLIST_FILES= bin/cuebreakpoints bin/cueconvert bin/cuerename
|
||||||
|
|
||||||
post-patch:
|
|
||||||
${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' \
|
|
||||||
${WRKSRC}/src/Makefile
|
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
.if !defined(NOPORTDOCS)
|
.if !defined(NOPORTDOCS)
|
||||||
@${MKDIR} ${DOCSDIR}
|
@${MKDIR} ${DOCSDIR}
|
||||||
|
|
Loading…
Add table
Reference in a new issue