diff options
| author | Dima Panov <fluffy@FreeBSD.org> | 2025-11-16 00:30:09 +0000 |
|---|---|---|
| committer | Dima Panov <fluffy@FreeBSD.org> | 2025-11-16 00:31:56 +0000 |
| commit | ce0c8e43dcc9568ae0974fd8f4bf0ccaf9ee244f (patch) | |
| tree | 8fa8639d18e09cb7476f703857b68ee0846ade46 /lang/fpc-source | |
| parent | a26ecb95884606c9bbe7ab1fddd486bb967265cf (diff) | |
Diffstat (limited to 'lang/fpc-source')
| -rw-r--r-- | lang/fpc-source/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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' \ |
