Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Jan 2024 16:52:55 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 6da31d572b75 - main - net-mgmt/ciscoconf: Sanitize MANPREFIX
Message-ID:  <202401221652.40MGqtC2053661@gitrepo.freebsd.org>

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

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

commit 6da31d572b7569191d0a2b82fd02edab2cbfc7d2
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-22 16:20:17 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-22 16:52:33 +0000

    net-mgmt/ciscoconf: Sanitize MANPREFIX
    
    Approved by:    portmgr (blanket)
---
 net-mgmt/ciscoconf/Makefile  | 5 +++--
 net-mgmt/ciscoconf/pkg-plist | 4 ++--
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/net-mgmt/ciscoconf/Makefile b/net-mgmt/ciscoconf/Makefile
index abed5dd4f303..7cf99b54e112 100644
--- a/net-mgmt/ciscoconf/Makefile
+++ b/net-mgmt/ciscoconf/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	ciscoconf
 PORTVERSION=	1.1
+PORTREVISION=	1
 CATEGORIES=	net-mgmt
 MASTER_SITES=	ISC/ciscoconf/ \
 		http://software.automagic.org/ciscoconf/
@@ -22,9 +23,9 @@ do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/ciscoconfd ${STAGEDIR}${PREFIX}/bin
 	${INSTALL_SCRIPT} ${WRKSRC}/ciscoconfr ${STAGEDIR}${PREFIX}/bin
 	${INSTALL_MAN} ${WRKSRC}/ciscoconfd.man \
-		${STAGEDIR}${MANPREFIX}/man/man8/ciscoconfd.8
+		${STAGEDIR}${PREFIX}/share/man/man8/ciscoconfd.8
 	${INSTALL_MAN} ${WRKSRC}/ciscoconfr.man \
-		${STAGEDIR}${MANPREFIX}/man/man8/ciscoconfr.8
+		${STAGEDIR}${PREFIX}/share/man/man8/ciscoconfr.8
 	@${MKDIR} ${STAGEDIR}${PREFIX}/share/cisco/RCS
 
 .include <bsd.port.mk>
diff --git a/net-mgmt/ciscoconf/pkg-plist b/net-mgmt/ciscoconf/pkg-plist
index 45cf27f93d93..4f1fa6185f36 100644
--- a/net-mgmt/ciscoconf/pkg-plist
+++ b/net-mgmt/ciscoconf/pkg-plist
@@ -1,5 +1,5 @@
 bin/ciscoconfd
 bin/ciscoconfr
-man/man8/ciscoconfd.8.gz
-man/man8/ciscoconfr.8.gz
+share/man/man8/ciscoconfd.8.gz
+share/man/man8/ciscoconfr.8.gz
 @dir share/cisco/RCS



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