diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2023-04-10 13:22:08 -0500 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2023-04-10 13:22:08 -0500 |
commit | 84a9e9257b19f68e55edd218f31e55025c6e27a9 (patch) | |
tree | c5ce0efb91f3662ba10f49dd5a23d04b11d5ca89 /editors | |
parent | x11-toolkits/qt5pas: update to cbinding of lazarus main from freepascal gitlab (diff) |
editors/lazarus-*devel: Fix build and pkg-plist issues
- qt5pas was updated to a recent source code. It fixes issues with
editors/lazarus-devel-qt5
Diffstat (limited to 'editors')
-rw-r--r-- | editors/lazarus-devel/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/lazarus-devel/Makefile b/editors/lazarus-devel/Makefile index 6367b6c69c16..15a2aa179c68 100644 --- a/editors/lazarus-devel/Makefile +++ b/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 @@ -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} |