diff options
author | linimon <linimon@FreeBSD.org> | 2009-08-30 18:31:11 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2009-08-30 18:31:11 +0800 |
commit | 72cef9324e035af6753c0907a65c1a33c5e7fef1 (patch) | |
tree | c6097f7081994db42324c5793321e14cd7b134a0 /ftp/smbftpd | |
parent | d2abd8bdebe0b5ead8a3b51ea102ede47113b766 (diff) | |
download | freebsd-ports-gnome-72cef9324e035af6753c0907a65c1a33c5e7fef1.tar.gz freebsd-ports-gnome-72cef9324e035af6753c0907a65c1a33c5e7fef1.tar.zst freebsd-ports-gnome-72cef9324e035af6753c0907a65c1a33c5e7fef1.zip |
Move the definitions of USE_PERL5 and USE_RC_SUBR above the inclusion
of bsd.port.pre.mk where they belong.
Hat: portmgr
Diffstat (limited to 'ftp/smbftpd')
-rw-r--r-- | ftp/smbftpd/Makefile | 4 |
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" |