diff options
| author | Gleb Popov <arrowd@FreeBSD.org> | 2026-01-31 14:21:08 +0000 |
|---|---|---|
| committer | Gleb Popov <arrowd@FreeBSD.org> | 2026-01-31 14:23:54 +0000 |
| commit | bf62e93560d587d0adca14bcaf7cf16dfc2979cd (patch) | |
| tree | eb061b81e05713f50e5fd13c38b2d1cbef8787ee /shells | |
| parent | c26db9e133b409e4d5435f2fe0173df82b692404 (diff) | |
Diffstat (limited to 'shells')
| -rw-r--r-- | shells/powershell/Makefile | 2 | ||||
| -rw-r--r-- | shells/powershell/pkg-plist | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/shells/powershell/Makefile b/shells/powershell/Makefile index 95285aee2f4f..05e00fc20874 100644 --- a/shells/powershell/Makefile +++ b/shells/powershell/Makefile @@ -1,6 +1,7 @@ PORTNAME= powershell DISTVERSIONPREFIX=v DISTVERSION= 7.5.4 +PORTREVISION= 1 CATEGORIES= shells MAINTAINER= arrowd@FreeBSD.org @@ -187,6 +188,7 @@ do-build: do-install: ${CP} -r ${WRKSRC}/src/powershell-unix/bin/publish \ ${STAGEDIR}${PREFIX}/lib/powershell + ${RLN} ${STAGEDIR}${PREFIX}/lib/powershell ${STAGEDIR}${PREFIX}/lib/powershell/ref ${LN} -s ../lib/powershell/pwsh ${STAGEDIR}${PREFIX}/bin post-install: diff --git a/shells/powershell/pkg-plist b/shells/powershell/pkg-plist index c46b8061b02a..d1d3a4fbc483 100644 --- a/shells/powershell/pkg-plist +++ b/shells/powershell/pkg-plist @@ -390,6 +390,7 @@ lib/powershell/pwsh.dll lib/powershell/pwsh.pdb lib/powershell/pwsh.runtimeconfig.json lib/powershell/pwsh.xml +lib/powershell/ref lib/powershell/ru/Microsoft.CodeAnalysis.CSharp.resources.dll lib/powershell/ru/Microsoft.CodeAnalysis.resources.dll lib/powershell/ru/System.Private.ServiceModel.resources.dll |
