git: 5a79327e5f22 - main - security/ipfmeta: Sanitize MANPREFIX
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 21 Jan 2024 22:32:20 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=5a79327e5f22926845c5ee20375efb462a60f6b2 commit 5a79327e5f22926845c5ee20375efb462a60f6b2 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-01-21 21:46:32 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-01-21 22:32:08 +0000 security/ipfmeta: Sanitize MANPREFIX Approved by: portmgr (blanket) --- security/ipfmeta/Makefile | 4 ++-- security/ipfmeta/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/security/ipfmeta/Makefile b/security/ipfmeta/Makefile index 9804a74905d9..0da7fd73d2b3 100644 --- a/security/ipfmeta/Makefile +++ b/security/ipfmeta/Makefile @@ -1,6 +1,6 @@ PORTNAME= ipfmeta PORTVERSION= 1.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= http://cschubert.com/distfiles/ \ LOCAL/cy @@ -18,7 +18,7 @@ do-build: @${POD2MAN} ${WRKSRC}/ipfmeta > ${WRKSRC}/${PORTNAME}.1 do-install: - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1 ${INSTALL_SCRIPT} ${WRKSRC}/ipfmeta ${STAGEDIR}${PREFIX}/bin @${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/ipf.* ${STAGEDIR}${DATADIR} diff --git a/security/ipfmeta/pkg-plist b/security/ipfmeta/pkg-plist index 4a3af9783f61..b6b29dba23b2 100644 --- a/security/ipfmeta/pkg-plist +++ b/security/ipfmeta/pkg-plist @@ -1,4 +1,4 @@ bin/ipfmeta -man/man1/ipfmeta.1.gz +share/man/man1/ipfmeta.1.gz %%DATADIR%%/ipf.metarules %%DATADIR%%/ipf.objs