From 2112c2cd43c64a77944a1f232b9119a6c74aaa00 Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Sat, 23 Mar 2024 22:18:22 +0800 Subject: [PATCH] ftp/net2ftp: Remove unnecessary substitution --- ftp/net2ftp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ftp/net2ftp/Makefile b/ftp/net2ftp/Makefile index 089f23ea2655..f98a1a933643 100644 --- a/ftp/net2ftp/Makefile +++ b/ftp/net2ftp/Makefile @@ -2,7 +2,7 @@ PORTNAME= net2ftp PORTVERSION= 1.4 CATEGORIES= ftp MASTER_SITES= https://www.net2ftp.com/download/ -DISTNAME= ${PORTNAME}_v${PORTVERSION} +DISTNAME= net2ftp_v${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Web-based FTP client written in PHP