diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-08-03 08:45:51 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-08-03 08:45:51 +0000 |
commit | 99ad9127356be7e975c6ea48d00fa2aba29468d7 (patch) | |
tree | bea626d8d7aaa3973f00760684b26d2ddcce74eb /net-mgmt/ndoutils | |
parent | ce05caaae21cd6b880cf5567917d6bde1c9144fa (diff) | |
download | ports-99ad9127356be7e975c6ea48d00fa2aba29468d7.tar.gz ports-99ad9127356be7e975c6ea48d00fa2aba29468d7.zip |
Notes
Diffstat (limited to 'net-mgmt/ndoutils')
-rw-r--r-- | net-mgmt/ndoutils/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/net-mgmt/ndoutils/Makefile b/net-mgmt/ndoutils/Makefile index 0ebca05acc20..abcd921e2292 100644 --- a/net-mgmt/ndoutils/Makefile +++ b/net-mgmt/ndoutils/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: ndoutils -# Date created: 14 February 2008 -# Whom: Philip M. Gollucci <pgollucci@p6m7g8.com> -# # $FreeBSD$ -# PORTNAME= ndoutils PORTVERSION= 1.4b8 @@ -30,7 +25,7 @@ CONFIGURE_ARGS+= --sysconfdir=${PREFIX}/etc/ndoutils CFG_FILES= misccommands ndo2db ndomod -USE_PERL5= yes +USES= perl5 USE_RC_SUBR= ndo2db SUB_FILES= pkg-message |