Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Mar 2024 14:40:39 GMT
From:      Danilo Egea Gondolfo <danilo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f85e053b113c - main - editors/se: move manpage to share/man
Message-ID:  <202403061440.426EedCU048527@gitrepo.freebsd.org>

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

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

commit f85e053b113ca485116bf72ee8ab55129c187570
Author:     Danilo Egea Gondolfo <danilo@FreeBSD.org>
AuthorDate: 2024-03-05 11:37:13 +0000
Commit:     Danilo Egea Gondolfo <danilo@FreeBSD.org>
CommitDate: 2024-03-06 14:40:25 +0000

    editors/se: move manpage to share/man
    
    - Add LICENSE
    - Bump port revision
---
 editors/se/Makefile  | 5 +++++
 editors/se/pkg-plist | 4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/editors/se/Makefile b/editors/se/Makefile
index 4b8be92fd399..a18824930938 100644
--- a/editors/se/Makefile
+++ b/editors/se/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	se
 PORTVERSION=	3.0.1
+PORTREVISION=	1
 CATEGORIES=	editors
 MASTER_SITES=	http://se-editor.org/dist/
 
@@ -7,7 +8,11 @@ MAINTAINER=	danilo@FreeBSD.org
 COMMENT=	Screen oriented version of the classic UNIX text editor ed
 WWW=		http://se-editor.org/
 
+LICENSE=	PD
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 USES=		ncurses
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 
 .include <bsd.port.mk>
diff --git a/editors/se/pkg-plist b/editors/se/pkg-plist
index f9753f46ea67..33b0111118dd 100644
--- a/editors/se/pkg-plist
+++ b/editors/se/pkg-plist
@@ -1,7 +1,7 @@
 bin/scriptse
 bin/se
-man/man1/scriptse.1.gz
-man/man1/se.1.gz
+share/man/man1/scriptse.1.gz
+share/man/man1/se.1.gz
 %%DATADIR%%/help/a
 %%DATADIR%%/help/abt
 %%DATADIR%%/help/ah



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