Move the definitions of USE_PERL5 and USE_RC_SUBR above the inclusion

of bsd.port.pre.mk where they belong.

Hat:		portmgr
This commit is contained in:
Mark Linimon 2009-08-30 10:31:11 +00:00
parent be28d48cb7
commit f6f39140b0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=240560

View file

@ -24,11 +24,11 @@ HAS_CONFIGURE= yes
MAKE_ENV= OSTYPE=FreeBSD
CONFIGURE_ARGS= "--prefix=${PREFIX}"
.include <bsd.port.pre.mk>
USE_PERL5= yes
USE_RC_SUBR= smbftpd.sh
.include <bsd.port.pre.mk>
.if defined(WITH_MYSQL)
USE_MYSQL= yes
CONFIGURE_ARGS+= "--with-mysql"