Add spaces to pet new gmake and unbreak.

This commit is contained in:
Thierry Thomas 2006-07-21 21:13:24 +00:00
parent 66be31631a
commit fd8f0d2a1d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=168433

View File

@ -15,17 +15,15 @@ EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= A collection of programs to manipulate audio files
BROKEN= fails to install with latest gmake (needs whitespace at EOL)
BUILD_DEPENDS= ${LOCALBASE}/lib/libtsp.a:${PORTSDIR}/audio/afsp
USE_GMAKE= yes
MAKE_ENV= AFSP_INCLUDE_PATH="${LOCALBASE}/include" \
AFSP_LIBRARY_PATH="${LOCALBASE}/lib"
post-patch:
pre-configure:
@${REINPLACE_CMD} -e 's|^CFLAGS = -O3|CFLAGS +=|g ; \
s|/usr/local|${PREFIX}|' ${WRKSRC}/Makefile
s|/usr/local|${PREFIX}| ; s|\\$$| \\|' ${WRKSRC}/Makefile
post-install:
.if !defined(NOPORTDOCS)