diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2013-07-17 10:21:39 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2013-07-17 10:21:39 +0000 |
commit | 29230335a8c0a29ac1f718a31f19c94ea040b4d6 (patch) | |
tree | e3f58a8f04c157cc6126eca9bcf0bad899da7ae2 | |
parent | e0166313f6db9b9632fb3b7ee44f05746973a990 (diff) | |
download | freebsd-ports-29230335a8c0a29ac1f718a31f19c94ea040b4d6.zip |
Don't set PORTREVISION here, but inherit from master port.
PR: 180605
Submitted by: Alex Keda <admin@lissyara.su> (maintainer)
-rw-r--r-- | databases/php52-pdo_firebird/Makefile | 1 | ||||
-rw-r--r-- | net/php52-ldap/Makefile | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/databases/php52-pdo_firebird/Makefile b/databases/php52-pdo_firebird/Makefile index 5bfe76ff2cc6..b17ff83ca825 100644 --- a/databases/php52-pdo_firebird/Makefile +++ b/databases/php52-pdo_firebird/Makefile @@ -5,7 +5,6 @@ # $FreeBSD$ # -PORTREVISION= 1 CATEGORIES= databases MASTERDIR= ${.CURDIR}/../../lang/php52 diff --git a/net/php52-ldap/Makefile b/net/php52-ldap/Makefile index 8ad7677e895e..42bef023fe49 100644 --- a/net/php52-ldap/Makefile +++ b/net/php52-ldap/Makefile @@ -5,7 +5,6 @@ # $FreeBSD$ # -PORTREVISION= 1 CATEGORIES= net MASTERDIR= ${.CURDIR}/../../lang/php52 |