diff options
author | az <az@FreeBSD.org> | 2013-09-04 11:24:02 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-04 11:24:02 +0800 |
commit | 714789fd0ce123acfab6c0d23acb54ae624b0c58 (patch) | |
tree | c33730bf57cb2fbdb4a4318a7babdc8c8e9ba0f1 /net-mgmt/nagios-geom | |
parent | 0d6d548af2c99bda0dce7a20b45181476a7c5b93 (diff) | |
download | freebsd-ports-gnome-714789fd0ce123acfab6c0d23acb54ae624b0c58.tar.gz freebsd-ports-gnome-714789fd0ce123acfab6c0d23acb54ae624b0c58.tar.zst freebsd-ports-gnome-714789fd0ce123acfab6c0d23acb54ae624b0c58.zip |
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'net-mgmt/nagios-geom')
-rw-r--r-- | net-mgmt/nagios-geom/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/nagios-geom/Makefile b/net-mgmt/nagios-geom/Makefile index 653f84b5b5a8..dec96c857417 100644 --- a/net-mgmt/nagios-geom/Makefile +++ b/net-mgmt/nagios-geom/Makefile @@ -16,7 +16,7 @@ DISTNAME= check_geom-${PORTVERSION} MAINTAINER= rea@FreeBSD.org COMMENT= Nagios plug-in to get geom(8) components status -USE_PERL5= yes +USES= perl5 NO_WRKSUBDIR= yes NO_BUILD= yes PATCH_STRIP= -p1 |