diff options
Diffstat (limited to 'devel/p5-Mknod/Makefile')
-rw-r--r-- | devel/p5-Mknod/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/p5-Mknod/Makefile b/devel/p5-Mknod/Makefile index 78fb41c9ba94..bbb24dd3a65b 100644 --- a/devel/p5-Mknod/Makefile +++ b/devel/p5-Mknod/Makefile @@ -15,6 +15,6 @@ COMMENT= Perl module interface to the mknod(2) system call USES= perl5 USE_PERL5= configure -MANPREFIX= ${SITE_PERL} +MANPREFIX= ${PREFIX}/${SITE_PERL_REL} .include <bsd.port.mk> |