git: 2112c2cd43c6 - main - ftp/net2ftp: Remove unnecessary substitution
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 23 Mar 2024 14:58:21 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=2112c2cd43c64a77944a1f232b9119a6c74aaa00 commit 2112c2cd43c64a77944a1f232b9119a6c74aaa00 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-03-23 14:18:22 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-03-23 14:30:43 +0000 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