diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-03-08 14:02:24 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-03-08 14:02:24 +0000 |
commit | 0b20201d272d776100e74a88a394e11e45bc7dd3 (patch) | |
tree | 3deef97796495eb69440e8cbcff7cf926eb0b4e8 /ftp/phpwebftp | |
parent | 5241a7b27f60b805ef2bdf7bf0c0982b888d833e (diff) | |
download | ports-0b20201d272d776100e74a88a394e11e45bc7dd3.tar.gz ports-0b20201d272d776100e74a88a394e11e45bc7dd3.zip |
Notes
Diffstat (limited to 'ftp/phpwebftp')
-rw-r--r-- | ftp/phpwebftp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/phpwebftp/Makefile b/ftp/phpwebftp/Makefile index e11e0a84301c..0c635f69d332 100644 --- a/ftp/phpwebftp/Makefile +++ b/ftp/phpwebftp/Makefile @@ -11,7 +11,7 @@ DISTNAME= ${PORTNAME}${PORTVERSION:S/.//} MAINTAINER= acm@FreeBSD.org COMMENT= A set of PHP-scripts to manage FTP over the web -USZS= zip +USES= zip NO_BUILD= yes USE_PHP= ftp PHPWEBFTPDIR?= www/${PORTNAME} |