diff options
author | linimon <linimon@FreeBSD.org> | 2009-08-31 00:46:44 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2009-08-31 00:46:44 +0800 |
commit | ef682f97b5e3323601130081b5e5f22129d00faa (patch) | |
tree | 8e46b331931af69d9a31125131709b7d0f525f5b /devel | |
parent | 71f595bc7ee4e1e747f26ecfd8c38ecab8da783b (diff) | |
download | freebsd-ports-gnome-ef682f97b5e3323601130081b5e5f22129d00faa.tar.gz freebsd-ports-gnome-ef682f97b5e3323601130081b5e5f22129d00faa.tar.zst freebsd-ports-gnome-ef682f97b5e3323601130081b5e5f22129d00faa.zip |
Move the definition of PERL_MODBUILD before the inclusion of bsd.port.pre.mk.
Hat: portmgr
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-SVN-Notify-Snapshot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-SVN-Notify-Snapshot/Makefile b/devel/p5-SVN-Notify-Snapshot/Makefile index 2b72fa74f2a9..14eaeaa540b5 100644 --- a/devel/p5-SVN-Notify-Snapshot/Makefile +++ b/devel/p5-SVN-Notify-Snapshot/Makefile @@ -19,14 +19,14 @@ RUN_DEPENDS= ${LOCALBASE}/bin/svnnotify:${PORTSDIR}/devel/p5-SVN-Notify OPTIONS= CONFIG "Enable YAML syntax for post-commit hook" Off +PERL_MODBUILD= yes + .include <bsd.port.pre.mk> .if defined(WITH_CONFIG) BUILD_DEPENDS+= ${SITE_PERL}/SVN/Notify/Config.pm:${PORTSDIR}/devel/p5-SVN-Notify-Config .endif -PERL_MODBUILD= yes - MAN3= SVN::Notify::Snapshot.3 SVN::Notify::Snapshot::ConfigData.3 .include <bsd.port.post.mk> |