aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2023-04-10 18:22:08 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2023-04-10 18:22:08 +0000
commit84a9e9257b19f68e55edd218f31e55025c6e27a9 (patch)
treec5ce0efb91f3662ba10f49dd5a23d04b11d5ca89 /editors
parentb393d82037a45368545ed9f8d112c22a66c95a69 (diff)
downloadports-84a9e9257b19f68e55edd218f31e55025c6e27a9.tar.gz
ports-84a9e9257b19f68e55edd218f31e55025c6e27a9.zip
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/Makefile4
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}