git: 63277c561c1c - main - devel/p5-Mknod: Remove NOOP Code

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Sun, 21 Jan 2024 01:01:19 UTC
The branch main has been updated by bofh:

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

commit 63277c561c1c32699ee24b89c785866763f3fa06
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-21 00:39:43 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-21 01:01:07 +0000

    devel/p5-Mknod: Remove NOOP Code
    
    Approved by:    portmgr (blanket)
---
 devel/p5-Mknod/Makefile | 2 --
 1 file changed, 2 deletions(-)

diff --git a/devel/p5-Mknod/Makefile b/devel/p5-Mknod/Makefile
index e2b152e4f155..943d26d118a1 100644
--- a/devel/p5-Mknod/Makefile
+++ b/devel/p5-Mknod/Makefile
@@ -12,6 +12,4 @@ COMMENT=	Perl module interface to the mknod(2) system call
 USES=		perl5
 USE_PERL5=	configure
 
-MANPREFIX=	${PREFIX}/${SITE_PERL_REL}
-
 .include <bsd.port.mk>