Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jan 2024 17:53:53 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 6d6f27bc9546 - main - ftp/ftpsesame: Remove NOOP code
Message-ID:  <202401211753.40LHrrKO017403@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6d6f27bc954627bf85a96eae605d34c9546f2c7f

commit 6d6f27bc954627bf85a96eae605d34c9546f2c7f
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-21 17:40:20 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-21 17:53:30 +0000

    ftp/ftpsesame: Remove NOOP code
---
 ftp/ftpsesame/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ftp/ftpsesame/Makefile b/ftp/ftpsesame/Makefile
index 66048aa12c75..b246b5210a30 100644
--- a/ftp/ftpsesame/Makefile
+++ b/ftp/ftpsesame/Makefile
@@ -14,7 +14,7 @@ LICENSE=	ISCL
 PLIST_FILES=	bin/ftpsesame share/man/man8/ftpsesame.8.gz
 USE_RC_SUBR=	ftpsesame
 
-MAKE_ARGS=	PREFIX=${STAGEDIR}${PREFIX} MANPREFIX=${STAGEDIR}${PREFIX}/share
+MAKE_ARGS=	PREFIX=${STAGEDIR}${PREFIX}
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/ftpsesame ${STAGEDIR}${PREFIX}/bin



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401211753.40LHrrKO017403>