Skip to content

Commit

Permalink
editors/lazarus-*devel: Fix build and pkg-plist issues
Browse files Browse the repository at this point in the history
- qt5pas was updated to a recent source code. It fixes issues with
  editors/lazarus-devel-qt5
  • Loading branch information
alonsobsd committed Apr 10, 2023
1 parent b393d82 commit 84a9e92
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion editors/lazarus-devel/Makefile
@@ -1,7 +1,7 @@
PORTNAME= lazarus
PORTVERSION= 2.3.0
PKGNAMESUFFIX?= -gtk2-devel
PORTREVISION?= 1
PORTREVISION?= 2
CATEGORIES= editors devel
DIST_SUBDIR= freepascal

Expand Down Expand Up @@ -69,6 +69,8 @@ post-extract:
@${MV} ${WRKSRC}/install/man/man1/startlazarus.1 ${WRKDIR}/man1/
@${MV} ${WRKSRC}/examples ${WRKDIR}/examples
@${MV} ${WRKSRC}/docs ${WRKDIR}/docs
@${RM} ${WRKSRC}/tools/.gitignore
@${RM} ${WRKSRC}/Dockerfile.buildenv

post-patch:
@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' -e 's|%%DATADIR%%|${DATADIR}|g' ${WRKSRC}/${MAKEFILE}
Expand Down

0 comments on commit 84a9e92

Please sign in to comment.