Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Jan 2024 21:37:47 GMT
From:      Renato Botelho <garga@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 655d05f219ce - main - shells/scponly: Move manpages to ${PREFIX}/share
Message-ID:  <202401152137.40FLblER033966@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=655d05f219ce94898ce793802c45a8e71132a1eb

commit 655d05f219ce94898ce793802c45a8e71132a1eb
Author:     Renato Botelho <garga@FreeBSD.org>
AuthorDate: 2024-01-15 21:26:14 +0000
Commit:     Renato Botelho <garga@FreeBSD.org>
CommitDate: 2024-01-15 21:37:37 +0000

    shells/scponly: Move manpages to ${PREFIX}/share
    
    Sponsored by:   Rubicon Communications, LLC ("Netgate")
---
 shells/scponly/Makefile  | 4 ++--
 shells/scponly/pkg-plist | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/shells/scponly/Makefile b/shells/scponly/Makefile
index 9c3d686833af..5ca30dc0937f 100644
--- a/shells/scponly/Makefile
+++ b/shells/scponly/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	scponly
 PORTVERSION=	4.8.20110526
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	shells security
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-snapshots
 DISTNAME=	${PORTNAME}-20110526
@@ -14,7 +14,7 @@ LICENSE=	BSD2CLAUSE
 USES=		cpe tar:tgz
 
 PORTDOCS=	BUILDING-JAILS.TXT INSTALL README SECURITY
-GNU_CONFIGURE=	yes
+HAS_CONFIGURE=	yes
 
 OPTIONS_DEFINE=	CHROOT DEFAULT_CHDIR DOCS GFTP RSYNC SCP SUBVERSION SVNSERVE \
 		UNISON WILDCARDS WINSCP
diff --git a/shells/scponly/pkg-plist b/shells/scponly/pkg-plist
index 2e8c74dbbfc4..b7b6b05c355d 100644
--- a/shells/scponly/pkg-plist
+++ b/shells/scponly/pkg-plist
@@ -12,4 +12,4 @@
 %%CHROOT%%%%EXAMPLESDIR%%/setup_chroot.sh
 %%CHROOT%%%%EXAMPLESDIR%%/config.h
 etc/scponly/debuglevel
-man/man8/scponly.8.gz
+share/man/man8/scponly.8.gz



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