From 127db3551c3f81f71719bc161205ecc9edcaa101 Mon Sep 17 00:00:00 2001 From: linimon Date: Sun, 30 Aug 2009 10:44:51 +0000 Subject: Move the definition of PERL_MODBUILD above the inclusion of bsd.port.pre.mk where it belongs. Hat: portmgr --- devel/p5-SVN-Notify-Mirror/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'devel') diff --git a/devel/p5-SVN-Notify-Mirror/Makefile b/devel/p5-SVN-Notify-Mirror/Makefile index cb84a7066661..46d0fc53511d 100644 --- a/devel/p5-SVN-Notify-Mirror/Makefile +++ b/devel/p5-SVN-Notify-Mirror/Makefile @@ -19,6 +19,8 @@ BUILD_DEPENDS= p5-SVN-Notify>=2.70:${PORTSDIR}/devel/p5-SVN-Notify \ p5-YAML>=0.62:${PORTSDIR}/textproc/p5-YAML RUN_DEPENDS= ${BUILD_DEPENDS} +PERL_MODBUILD= yes + OPTIONS= CONFIG "Enable YAML syntax for post-commit hook" Off \ SSH "Enable SSH for remote working copy update" Off \ RSYNC "Enable rsync for remote working copy update" Off @@ -37,8 +39,6 @@ BUILD_DEPENDS+= p5-Net-SSH>=0.08:${PORTSDIR}/net/p5-Net-SSH BUILD_DEPENDS+= p5-File-Rsync>=0.42:${PORTSDIR}/net/p5-File-Rsync .endif -PERL_MODBUILD= yes - MAN3= SVN::Notify::Mirror.3 SVN::Notify::Mirror::ConfigData.3 \ SVN::Notify::Mirror::Rsync.3 SVN::Notify::Mirror::SSH.3 -- cgit