diff options
author | imil <imil@pkgsrc.org> | 2013-02-28 21:43:04 +0000 |
---|---|---|
committer | imil <imil@pkgsrc.org> | 2013-02-28 21:43:04 +0000 |
commit | a4ad7053615b0d67e0e33cecad0935a676fab381 (patch) | |
tree | 57a8ac1db060d5bf694aa2770b2060d69be911fb /lang/php54/Makefile | |
parent | 5462db4bae3b00f05dec17257cca03c59e6824cb (diff) | |
download | pkgsrc-a4ad7053615b0d67e0e33cecad0935a676fab381.tar.gz |
Uncomment the pid parameter of php-fpm.conf so the pidfile is created and
rc.d script can really start / stop php-fpm. Bump PKGREVISION.
Diffstat (limited to 'lang/php54/Makefile')
-rw-r--r-- | lang/php54/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/php54/Makefile b/lang/php54/Makefile index 489e31f1ffb..ccc601d011f 100644 --- a/lang/php54/Makefile +++ b/lang/php54/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.6 2013/02/22 03:06:50 taca Exp $ +# $NetBSD: Makefile,v 1.7 2013/02/28 21:43:04 imil Exp $ # # We can't omit PKGNAME here to handle PKG_OPTIONS. # PKGNAME= php-${PHP_BASE_VERS} +PKGREVISION= 1 CATEGORIES= lang HOMEPAGE= http://www.php.net/ |