diff options
author | az <az@FreeBSD.org> | 2013-09-15 00:38:28 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-15 00:38:28 +0800 |
commit | 4174ff03eecd4184352226af8a98daade3cf4be7 (patch) | |
tree | e80da1c3b12e9b81638116893714879a05f794fd /net-mgmt/nagios-portaudit | |
parent | 1205e84f8f70537377f16c28f5fcda617e2228e4 (diff) | |
download | freebsd-ports-gnome-4174ff03eecd4184352226af8a98daade3cf4be7.tar.gz freebsd-ports-gnome-4174ff03eecd4184352226af8a98daade3cf4be7.tar.zst freebsd-ports-gnome-4174ff03eecd4184352226af8a98daade3cf4be7.zip |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'net-mgmt/nagios-portaudit')
-rw-r--r-- | net-mgmt/nagios-portaudit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/nagios-portaudit/Makefile b/net-mgmt/nagios-portaudit/Makefile index d3535d156db9..e62e6710e143 100644 --- a/net-mgmt/nagios-portaudit/Makefile +++ b/net-mgmt/nagios-portaudit/Makefile @@ -19,7 +19,7 @@ PORTAUDIT_DESC= Enable portaudit check PORTUPGRADE_DESC= Enable portupgrade check PORTUPGRADE_DEVEL_DESC= Use portupgrade-devel -USE_PERL5= yes +USES= perl5 NO_WRKSUBDIR= yes NO_BUILD= yes |