diff options
Diffstat (limited to 'lang/linux-dotnet11-runtime/Makefile')
-rw-r--r-- | lang/linux-dotnet11-runtime/Makefile | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/lang/linux-dotnet11-runtime/Makefile b/lang/linux-dotnet11-runtime/Makefile deleted file mode 100644 index 0a5592753297..000000000000 --- a/lang/linux-dotnet11-runtime/Makefile +++ /dev/null @@ -1,10 +0,0 @@ -PORTNAME?= dotnet11-runtime -DISTNAME= dotnet-centos-x64.${DISTVERSION} -DISTVERSION?= 1.1.8 -MASTER_SITES?= https://download.microsoft.com/download/1/B/8/1B80E25B-316E-4DFB-9707-DB758681F175/ - -MASTERDIR= ${.CURDIR}/../linux-dotnet-runtime - -BINFILES= shared/Microsoft.NETCore.App/${DISTVERSION}/corehost shared/Microsoft.NETCore.App/${DISTVERSION}/dotnet - -.include "${MASTERDIR}/Makefile" |