diff options
author | az <az@FreeBSD.org> | 2013-09-14 20:04:18 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-14 20:04:18 +0800 |
commit | 4c360573894c2f8906ac8b085feab980b48ed846 (patch) | |
tree | 0b99f811fd2d870349949708741c6d39ea7b57a5 /ftp | |
parent | 9c17906cf340f9aa310ce0e513350fda4993f739 (diff) | |
download | freebsd-ports-gnome-4c360573894c2f8906ac8b085feab980b48ed846.tar.gz freebsd-ports-gnome-4c360573894c2f8906ac8b085feab980b48ed846.tar.zst freebsd-ports-gnome-4c360573894c2f8906ac8b085feab980b48ed846.zip |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/smbftpd/Makefile | 2 | ||||
-rw-r--r-- | ftp/wget/Makefile | 5 |
2 files changed, 3 insertions, 4 deletions
diff --git a/ftp/smbftpd/Makefile b/ftp/smbftpd/Makefile index 6abc425f6b29..dcf8184b51ef 100644 --- a/ftp/smbftpd/Makefile +++ b/ftp/smbftpd/Makefile @@ -24,7 +24,7 @@ HAS_CONFIGURE= yes MAKE_ENV= OSTYPE=FreeBSD CONFIGURE_ARGS= "--prefix=${PREFIX}" -USE_PERL5= yes +USES= perl5 USE_RC_SUBR= ${PORTNAME} .include <bsd.port.pre.mk> diff --git a/ftp/wget/Makefile b/ftp/wget/Makefile index 51ddf1ccacac..b9af9903a356 100644 --- a/ftp/wget/Makefile +++ b/ftp/wget/Makefile @@ -11,10 +11,9 @@ MASTER_SITE_SUBDIR= wget MAINTAINER= vd@FreeBSD.org COMMENT= Retrieve files from the Net via HTTP(S) and FTP -USES= charsetfix +USES= charsetfix gmake perl5 USE_XZ= yes -USE_GMAKE= yes -USE_PERL5_BUILD=yes +USE_PERL5= build GNU_CONFIGURE= yes OPTIONS_RADIO= SSL |