Skip to content

Commit

Permalink
multimedia/winff: do not try to interact with fppkg.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
thierry-FreeBSD committed Mar 3, 2024
1 parent 6928d3a commit e4df885
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion multimedia/winff/Makefile
Expand Up @@ -31,7 +31,7 @@ DESKTOP_ENTRIES= "${PORTNAME}" \
true

LAZARUS_PROJECT_FILES= winff.lpr
LAZBUILD_ARGS= -d
LAZBUILD_ARGS= -d --pcp=${WRKSRC} --scp=${WRKDIR}

WRKSRC= ${WRKDIR}/${_PORTNAME}-${_PORTNAME}-${PORTVERSION}
BUILD_WRKSRC= ${WRKSRC}/${_PORTNAME}
Expand All @@ -49,6 +49,9 @@ pre-configure:
${REINPLACE_CMD} -e 's|/usr/bin/|${LOCALBASE}/bin/|g' ${BUILD_WRKSRC}/${fp}
.endfor

pre-build:
${CP} -p ${LOCALBASE}/etc/fppkg.cfg ${WRKDIR}

do-install:
${INSTALL_PROGRAM} ${BUILD_WRKSRC}/${PORTNAME:tl} ${STAGEDIR}${PREFIX}/bin
${MKDIR} ${STAGEDIR}${DATADIR}/languages
Expand Down

0 comments on commit e4df885

Please sign in to comment.