diff options
author | joerg <joerg> | 2006-06-02 18:27:54 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-06-02 18:27:54 +0000 |
commit | 29a4a9b873025f72c731c1522c3c786af4889c5a (patch) | |
tree | b7f585bd5e2d200a0004ced04920ab0be7a7445a /net/php-ftp/Makefile | |
parent | 816b9641c9a345f2442481d3050397d1a046703f (diff) | |
download | pkgsrc-29a4a9b873025f72c731c1522c3c786af4889c5a.tar.gz |
Rename all PHP 4 packages to php4-*, all PHP 5 packages to php5-*,
all PEAR packages to php?-pear-* and all Apache packages to ap13-* or
ap2-* respectively. Add new variables to simplify the Makefile
handling. Add CONFLICTS on the old names. Reset revisions of bumped
packages. ap-php will now depend on the default Apache and PHP version.
All programs using it have an implicit option of the Apache version
as well.
OK from jlam@ and adrianp@.
Diffstat (limited to 'net/php-ftp/Makefile')
-rw-r--r-- | net/php-ftp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/php-ftp/Makefile b/net/php-ftp/Makefile index a43cecc7d4e..66320e99cc7 100644 --- a/net/php-ftp/Makefile +++ b/net/php-ftp/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.6 2006/02/05 23:10:29 joerg Exp $ +# $NetBSD: Makefile,v 1.7 2006/06/02 18:27:57 joerg Exp $ MODNAME= ftp -PKGREVISION= 1 CATEGORIES+= net COMMENT= PHP extension for FTP access +CONFLICTS= php-ftp-[0-9] CONFIGURE_ARGS+= --enable-${MODNAME} |