diff options
Diffstat (limited to 'net/php-ftp/Makefile')
-rw-r--r-- | net/php-ftp/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/php-ftp/Makefile b/net/php-ftp/Makefile index 1a8c10c96f3..fb8f22f6c6e 100644 --- a/net/php-ftp/Makefile +++ b/net/php-ftp/Makefile @@ -1,11 +1,9 @@ -# $NetBSD: Makefile,v 1.12 2010/02/27 03:35:12 taca Exp $ +# $NetBSD: Makefile,v 1.13 2012/10/23 17:18:58 asau Exp $ MODNAME= ftp CATEGORIES+= net COMMENT= PHP extension for FTP access -PKG_DESTDIR_SUPPORT= user-destdir - CONFLICTS= php-ftp-[0-9]* CONFIGURE_ARGS+= --enable-${MODNAME} |