diff options
author | taca <taca> | 2015-03-16 09:09:19 +0000 |
---|---|---|
committer | taca <taca> | 2015-03-16 09:09:19 +0000 |
commit | 1abf436217443ebbb5a68cb56c6e56aef5f43995 (patch) | |
tree | c7f2ebf4ba0d5a2790bd0cb8245dca285072b2b8 /www/ap-php | |
parent | 5816e17937b0990953d99d52a7d7f0c522ff5909 (diff) | |
download | pkgsrc-1abf436217443ebbb5a68cb56c6e56aef5f43995.tar.gz |
Correct packages' version after changing PHP_BASE_VERS meaning.
Noted about ap-php by tron@ via private mail.
Diffstat (limited to 'www/ap-php')
-rw-r--r-- | www/ap-php/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ap-php/Makefile b/www/ap-php/Makefile index 323672facf3..f40e5d8c4f4 100644 --- a/www/ap-php/Makefile +++ b/www/ap-php/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.32 2015/03/09 08:57:03 taca Exp $ +# $NetBSD: Makefile,v 1.33 2015/03/16 09:09:19 taca Exp $ -PKGNAME= ${APACHE_PKG_PREFIX}-${PHP_PKG_PREFIX}-${PHP_BASE_VERS} +PKGNAME= ${APACHE_PKG_PREFIX}-${PHP_PKG_PREFIX}-${PHP_VERSION} PKGREVISION= 3 COMMENT= Apache (${PKG_APACHE}) module for ${PKG_PHP} |