git: 525d351ae556 - main - net/ipdecap: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 25 Feb 2024 08:19:29 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=525d351ae556996292e7b0acd34513f82eb4ece5 commit 525d351ae556996292e7b0acd34513f82eb4ece5 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-25 08:07:54 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-25 08:19:01 +0000 net/ipdecap: Moved man to share/man Approved by: portmgr (blanket) --- net/ipdecap/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/net/ipdecap/Makefile b/net/ipdecap/Makefile index e37e3605753b..f0faa5106e1e 100644 --- a/net/ipdecap/Makefile +++ b/net/ipdecap/Makefile @@ -1,7 +1,7 @@ PORTNAME= ipdecap PORTVERSION= 0.7.2 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MAINTAINER= loic-freebsd@loicp.eu @@ -20,11 +20,12 @@ USE_GITHUB= yes GH_ACCOUNT= lpefferkorn GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CFLAGS+= -I${OPENSSLINC} LDFLAGS+= -L${OPENSSLLIB} TEST_TARGET= check PLIST_FILES= bin/ipdecap\ - man/man1/ipdecap.1.gz + share/man/man1/ipdecap.1.gz .include <bsd.port.mk>