Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Jan 2024 21:37:51 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: 659955c51f05 - main - converters/tnef: Move manpages to ${PREFIX}/share
Message-ID:  <202401152137.40FLbpoZ034106@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=659955c51f056d918d508f8e5f761ac4bf0a42ba

commit 659955c51f056d918d508f8e5f761ac4bf0a42ba
Author:     Renato Botelho <garga@FreeBSD.org>
AuthorDate: 2024-01-15 21:33:11 +0000
Commit:     Renato Botelho <garga@FreeBSD.org>
CommitDate: 2024-01-15 21:37:38 +0000

    converters/tnef: Move manpages to ${PREFIX}/share
    
    Sponsored by:   Rubicon Communications, LLC ("Netgate")
---
 converters/tnef/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/converters/tnef/Makefile b/converters/tnef/Makefile
index f7c176f4f510..01746be02957 100644
--- a/converters/tnef/Makefile
+++ b/converters/tnef/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	tnef
 PORTVERSION=	1.4.12
+PORTREVISION=	1
 CATEGORIES=	converters mail
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/
 
@@ -15,11 +16,11 @@ CPE_VENDOR=	tnef_project
 
 OPTIONS_DEFINE=	DOCS
 
-GNU_CONFIGURE=	yes
+HAS_CONFIGURE=	yes
 
 PORTDOCS=	AUTHORS BUGS NEWS README.md THANKS
 PLIST_FILES=	bin/tnef \
-		man/man1/tnef.1.gz
+		share/man/man1/tnef.1.gz
 
 post-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}



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