From 72cef9324e035af6753c0907a65c1a33c5e7fef1 Mon Sep 17 00:00:00 2001 From: linimon Date: Sun, 30 Aug 2009 10:31:11 +0000 Subject: Move the definitions of USE_PERL5 and USE_RC_SUBR above the inclusion of bsd.port.pre.mk where they belong. Hat: portmgr --- ftp/smbftpd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ftp/smbftpd/Makefile b/ftp/smbftpd/Makefile index a8eae665c299..c6c2508db93a 100644 --- a/ftp/smbftpd/Makefile +++ b/ftp/smbftpd/Makefile @@ -24,11 +24,11 @@ HAS_CONFIGURE= yes MAKE_ENV= OSTYPE=FreeBSD CONFIGURE_ARGS= "--prefix=${PREFIX}" -.include - USE_PERL5= yes USE_RC_SUBR= smbftpd.sh +.include + .if defined(WITH_MYSQL) USE_MYSQL= yes CONFIGURE_ARGS+= "--with-mysql" -- cgit