diff options
author | flz <flz@FreeBSD.org> | 2005-07-14 05:38:35 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2005-07-14 05:38:35 +0800 |
commit | e14d44eb1b54e5df0f03cdd136c07056f54df4c9 (patch) | |
tree | 3a2fd0531509cc29863e6b67762bb0c9538afb31 /security/pecl-ssh2/Makefile | |
parent | fe7bf4dd7529948f4f886037c20e685744f0af32 (diff) | |
download | freebsd-ports-gnome-e14d44eb1b54e5df0f03cdd136c07056f54df4c9.tar.gz freebsd-ports-gnome-e14d44eb1b54e5df0f03cdd136c07056f54df4c9.tar.zst freebsd-ports-gnome-e14d44eb1b54e5df0f03cdd136c07056f54df4c9.zip |
- Update to 0.9.
PR: ports/83402
Submitted by: Marcus Grando <marcus@corp.grupos.com.br>
Diffstat (limited to 'security/pecl-ssh2/Makefile')
-rw-r--r-- | security/pecl-ssh2/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/security/pecl-ssh2/Makefile b/security/pecl-ssh2/Makefile index 7c561f66e1d5..9738f0dd9e8f 100644 --- a/security/pecl-ssh2/Makefile +++ b/security/pecl-ssh2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ssh2 -PORTVERSION= 0.7 +PORTVERSION= 0.9 CATEGORIES= security pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- @@ -22,7 +22,4 @@ LIB_DEPENDS= ssh2:${PORTSDIR}/security/libssh2 USE_PHP= yes USE_PHPEXT= yes -#post-install: -# @${MV} ${PREFIX}/lib/ - .include <bsd.port.mk> |