Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Mar 2024 22:45:12 GMT
From:      Christian Weisgerber <naddy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f34874615ef5 - main - www/nostromo: Move man pages to share/man
Message-ID:  <202403192245.42JMjCXD028235@gitrepo.freebsd.org>

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

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

commit f34874615ef58767b723a638b8d1048ac7b12d98
Author:     Christian Weisgerber <naddy@FreeBSD.org>
AuthorDate: 2024-03-19 21:58:14 +0000
Commit:     Christian Weisgerber <naddy@FreeBSD.org>
CommitDate: 2024-03-19 22:44:57 +0000

    www/nostromo: Move man pages to share/man
    
    Approved by:    portmgr (blanket)
---
 www/nostromo/Makefile  | 3 ++-
 www/nostromo/pkg-plist | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/www/nostromo/Makefile b/www/nostromo/Makefile
index 2e9c7f6659b6..9ccefa53f193 100644
--- a/www/nostromo/Makefile
+++ b/www/nostromo/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	nostromo
 PORTVERSION=	1.9.6
+PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	http://www.nazgul.ch/dev/
 
@@ -16,7 +17,7 @@ NOSTROMO_LOGDIR_PERMS?=	0775
 USE_RC_SUBR=	nostromo
 USES=		uidfix ssl
 
-MAKE_ENV?=	MAKEOBJDIR=. NOSTROMO_DIR=${NOSTROMO_DIR} MANDIR=${PREFIX}/man/man
+MAKE_ENV?=	MAKEOBJDIR=. NOSTROMO_DIR=${NOSTROMO_DIR} MANDIR=${PREFIX}/share/man/man
 PLIST_SUB+=	NOSTROMODIR="${NOSTROMO_DIR}" NOSTROMOLOGDIR="${NOSTROMO_LOGDIR}"
 
 # XXX PIE with static libraries is currently unsupported.
diff --git a/www/nostromo/pkg-plist b/www/nostromo/pkg-plist
index fbf1d44fe8bd..c3019b9ebab2 100644
--- a/www/nostromo/pkg-plist
+++ b/www/nostromo/pkg-plist
@@ -1,6 +1,6 @@
-man/man8/nhttpd.8.gz
 sbin/crypt
 sbin/nhttpd
+share/man/man8/nhttpd.8.gz
 %%NOSTROMODIR%%/conf/mimes
 @sample %%NOSTROMODIR%%/conf/nhttpd.conf.sample
 %%NOSTROMODIR%%/htdocs/index.html



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