diff options
author | rillig <rillig@pkgsrc.org> | 2019-11-04 21:12:51 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2019-11-04 21:12:51 +0000 |
commit | 805b440f10356ac31240fdb9960107d1f547f52f (patch) | |
tree | 76544c2b719967417daf101900353fc02066f614 /security/php-ssh2 | |
parent | 1c44ec1b14eb5e1fcb019972f90d270ed64d21b1 (diff) | |
download | pkgsrc-805b440f10356ac31240fdb9960107d1f547f52f.tar.gz |
security: align variable assignments
pkglint -Wall -F --only aligned --only indent -r
No manual corrections.
Diffstat (limited to 'security/php-ssh2')
-rw-r--r-- | security/php-ssh2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/php-ssh2/Makefile b/security/php-ssh2/Makefile index c53aaba1bbe..0a05c23c841 100644 --- a/security/php-ssh2/Makefile +++ b/security/php-ssh2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2019/01/14 13:06:11 taca Exp $ +# $NetBSD: Makefile,v 1.12 2019/11/04 21:12:58 rillig Exp $ # MODNAME= ssh2 @@ -10,7 +10,7 @@ HOMEPAGE= https://www.libssh2.org/ COMMENT= PHP bindings to the functions of libssh2 LICENSE= php -CONFLICTS= ${PHP_PKG_PREFIX}-${MODNAME}<1.0 +CONFLICTS= ${PHP_PKG_PREFIX}-${MODNAME}<1.0 PHP_VERSIONS_ACCEPTED= 71 72 |