aboutsummaryrefslogtreecommitdiff
path: root/ftp/smbftpd
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2009-08-30 10:31:11 +0000
committerMark Linimon <linimon@FreeBSD.org>2009-08-30 10:31:11 +0000
commitf6f39140b0883742a43f14398220dabb907d533a (patch)
treece0041c4ee3f9311616e1c7475d37dfe062e16ad /ftp/smbftpd
parentbe28d48cb728f4bf3760e71e71c12877a148b440 (diff)
downloadports-f6f39140b0883742a43f14398220dabb907d533a.tar.gz
ports-f6f39140b0883742a43f14398220dabb907d533a.zip
Move the definitions of USE_PERL5 and USE_RC_SUBR above the inclusion
of bsd.port.pre.mk where they belong. Hat: portmgr
Notes
Notes: svn path=/head/; revision=240560
Diffstat (limited to 'ftp/smbftpd')
-rw-r--r--ftp/smbftpd/Makefile4
1 files 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 <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"