Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Jan 2024 16:52:39 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: 06183e6c0a57 - main - net/http_ping: Sanitize MANPREFIX
Message-ID:  <202401221652.40MGqd4p053094@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=06183e6c0a5745bc5b9e0f12b33c1417a2553ccb

commit 06183e6c0a5745bc5b9e0f12b33c1417a2553ccb
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-22 15:53:14 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-22 16:52:30 +0000

    net/http_ping: Sanitize MANPREFIX
    
    Approved by:    portmgr (blanket)
---
 net/http_ping/Makefile             | 4 ++--
 net/http_ping/files/patch-Makefile | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/net/http_ping/Makefile b/net/http_ping/Makefile
index f2333e4afdb7..5d6e8c8dd862 100644
--- a/net/http_ping/Makefile
+++ b/net/http_ping/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	http_ping
 PORTVERSION=	20050629
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net www
 MASTER_SITES=	http://www.acme.com/software/${PORTNAME}/
 DISTNAME=	${PORTNAME}_29jun2005
@@ -13,6 +13,6 @@ USES=		ssl
 WRKSRC=		${WRKDIR}/${PORTNAME}
 CFLAGS+=	-I${OPENSSLINC}
 LDFLAGS+=	-L${OPENSSLLIB}
-PLIST_FILES=	bin/http_ping man/man1/http_ping.1.gz
+PLIST_FILES=	bin/http_ping share/man/man1/http_ping.1.gz
 
 .include <bsd.port.mk>
diff --git a/net/http_ping/files/patch-Makefile b/net/http_ping/files/patch-Makefile
index bb4254548615..ae1c6f34244d 100644
--- a/net/http_ping/files/patch-Makefile
+++ b/net/http_ping/files/patch-Makefile
@@ -13,7 +13,7 @@
 +SSL_INC=	-I${OPENSSLINC}
 +SSL_LIBS=	-L${OPENSSLLIB} -lssl -lcrypto
 +BINDIR =	${PREFIX}/bin
-+MANDIR =	${MANPREFIX}/man/man1
++MANDIR =	${PREFIX}/share/man/man1
 +CC?=		gcc -Wall
 +CFLAGS+=	-g $(SRANDOM_DEFS) $(SSL_DEFS) $(SSL_INC)
  #CFLAGS =	-g $(SRANDOM_DEFS) $(SSL_DEFS) $(SSL_INC)



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