Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Mar 2024 08:57:16 GMT
From:      Nuno Teixeira <eduardo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 62447477a7bf - main - www/links1: Move man pages to share/man
Message-ID:  <202403230857.42N8vGqr068884@gitrepo.freebsd.org>

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

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

commit 62447477a7bf90e340005d4681993a622e2c78dc
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-03-23 08:24:33 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-03-23 08:56:59 +0000

    www/links1: Move man pages to share/man
    
    Approved by:    portmgr (blanket)
---
 www/links1/Makefile | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/www/links1/Makefile b/www/links1/Makefile
index a5aae658dfc4..09477087add6 100644
--- a/www/links1/Makefile
+++ b/www/links1/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	links
 PORTVERSION=	1.04
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	www
 MASTER_SITES=	http://www.jikos.cz/~mikulas/links/download/
@@ -14,10 +15,11 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 USES=		ssl
 
-PLIST_FILES=	man/man1/links.1.gz \
-		bin/links
+PLIST_FILES=	bin/links \
+		share/man/man1/links.1.gz
 
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 
 CONFLICTS=	links-2*
 



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