git: 3bcb7f70527f - main - lang/fasm: Remove unnecessary substitution
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 23 Mar 2024 14:58:27 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=3bcb7f70527f0931b3b0f14a659b5c4c065b3deb commit 3bcb7f70527f0931b3b0f14a659b5c4c065b3deb Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-03-23 14:18:28 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-03-23 14:30:44 +0000 lang/fasm: Remove unnecessary substitution --- lang/fasm/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/fasm/Makefile b/lang/fasm/Makefile index 55e02edd3411..b1ef3c2e898d 100644 --- a/lang/fasm/Makefile +++ b/lang/fasm/Makefile @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/license.txt ONLY_FOR_ARCHS= amd64 i386 IA32_BINARY_PORT= yes -WRKSRC= ${WRKDIR}/${PORTNAME} +WRKSRC= ${WRKDIR}/fasm PLIST_FILES= bin/fasm PORTDOCS= fasm.txt readme.txt whatsnew.txt