diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-04-15 23:11:20 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-04-15 23:11:20 +0000 |
commit | 960c823303ee8fd905f88429a5197c6fc131d919 (patch) | |
tree | db6b5e76bb2303366bf4bdb6b9625e935c60d1e0 | |
parent | f465b1d43d98b038171bfaf522293ece4724d862 (diff) | |
download | ports-960c823303ee8fd905f88429a5197c6fc131d919.tar.gz ports-960c823303ee8fd905f88429a5197c6fc131d919.zip |
- Restore ?= which was removed in r412806
Approved by: portmgr (blanket)
Notes
Notes:
svn path=/head/; revision=413401
-rw-r--r-- | lang/php70/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/php70/Makefile b/lang/php70/Makefile index b8d7ebae932e..ad864d7e9e62 100644 --- a/lang/php70/Makefile +++ b/lang/php70/Makefile @@ -3,7 +3,7 @@ PORTNAME= php70 PORTVERSION= 7.0.5 -PORTREVISION= 1 +PORTREVISION?= 1 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions DISTNAME= php-${PORTVERSION} |