diff options
author | taca <taca@pkgsrc.org> | 2018-04-26 15:44:15 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2018-04-26 15:44:15 +0000 |
commit | 5313d427026414c55caf09b10bcc8c8a17fb1c77 (patch) | |
tree | 5cfcb65acdc603af57d5f33102d70a873768400e /lang | |
parent | 3bb0f463b62097e6b15b7d4bdfa92271328521c8 (diff) | |
download | pkgsrc-5313d427026414c55caf09b10bcc8c8a17fb1c77.tar.gz |
lang/php72: Reset PKGREVISION
Diffstat (limited to 'lang')
-rw-r--r-- | lang/php72/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/php72/Makefile b/lang/php72/Makefile index 41702acb331..e8a30063f95 100644 --- a/lang/php72/Makefile +++ b/lang/php72/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.7 2018/04/14 07:34:29 adam Exp $ +# $NetBSD: Makefile,v 1.8 2018/04/26 15:44:15 taca Exp $ # # We can't omit PKGNAME here to handle PKG_OPTIONS. # PKGNAME= php-${PHP_VERSION:S/RC/rc/} -PKGREVISION= 1 CATEGORIES= lang HOMEPAGE= http://www.php.net/ |