diff options
Diffstat (limited to 'sysutils/sysgather')
-rw-r--r-- | sysutils/sysgather/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sysutils/sysgather/Makefile b/sysutils/sysgather/Makefile index d3026abbb95b..2557f4673de8 100644 --- a/sysutils/sysgather/Makefile +++ b/sysutils/sysgather/Makefile @@ -21,10 +21,4 @@ USE_PERL5= yes MAN1= sysgather.1 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500600 -MAKE_ENV+= PODCHECKER=true PODCHECKER_ARGS= -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |