From 569c0dc0a89751d22ce1c253e499263327b713cb Mon Sep 17 00:00:00 2001 From: olgeni Date: Thu, 5 Jun 2008 23:49:12 +0000 Subject: Portlint: FATAL: Makefile: extra item "FETCH_CMD" placed in the PORTNAME section. --- sysutils/usermin/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysutils/usermin') diff --git a/sysutils/usermin/Makefile b/sysutils/usermin/Makefile index a0a5489b8b25..69b7cf35d817 100644 --- a/sysutils/usermin/Makefile +++ b/sysutils/usermin/Makefile @@ -16,7 +16,6 @@ MASTER_SITE_SUBDIR= webadmin/:sf \ olgeni/:up DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:sf ${USERMIN_MODULES:S/gz$/gz:up/} EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} -FETCH_CMD?= /usr/bin/fetch -pRr MAINTAINER= olgeni@FreeBSD.org COMMENT= Web-based interface for performing some user tasks @@ -24,6 +23,7 @@ COMMENT= Web-based interface for performing some user tasks RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/SSLeay.pm:${PORTSDIR}/security/p5-Net-SSLeay \ ${SITE_PERL}/${PERL_ARCH}/Authen/PAM.pm:${PORTSDIR}/security/p5-Authen-PAM +FETCH_CMD?= /usr/bin/fetch -pRr NO_BUILD= yes USE_PERL5= yes USE_RC_SUBR= usermin.sh -- cgit