git: ce0c8e43dcc9 - main - lang/fpc-source: pet stage-qa (+)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 16 Nov 2025 00:32:04 UTC
The branch main has been updated by fluffy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=ce0c8e43dcc9568ae0974fd8f4bf0ccaf9ee244f
commit ce0c8e43dcc9568ae0974fd8f4bf0ccaf9ee244f
Author: Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2025-11-16 00:30:09 +0000
Commit: Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2025-11-16 00:31:56 +0000
lang/fpc-source: pet stage-qa (+)
No need to put .git* files in package, as it already done for lang/fpc-devel-source
Reported by: bulk -t
Approved by: portmgr blanket
---
lang/fpc-source/Makefile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/lang/fpc-source/Makefile b/lang/fpc-source/Makefile
index 76f31f1976dd..fe8e22b37dbb 100644
--- a/lang/fpc-source/Makefile
+++ b/lang/fpc-source/Makefile
@@ -35,6 +35,9 @@ FPC_ARCH= i386
FPC_ARCH= x86_64
.endif
+post-extract:
+ ${RM} -R ${WRKSRC}/.git*
+
post-patch:
.if ${OPSYS} == FreeBSD
@${REINPLACE_CMD} -i "" -e 's|900044|${OSVERSION}|g' \