diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2001-11-25 17:20:35 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2001-11-25 17:20:35 +0000 |
commit | 1d31681c3ed197c86282ede1b913f3cce0fd5e2a (patch) | |
tree | eef8d5289e78e48f8962138cd25bb3ca1b4b46ec /lang/php_doc | |
parent | a27a04ddcb9f1858a8ebc7ba7e8ca1c885eedcd2 (diff) | |
download | ports-1d31681c3ed197c86282ede1b913f3cce0fd5e2a.tar.gz ports-1d31681c3ed197c86282ede1b913f3cce0fd5e2a.zip |
Allow slave ports to override PORTVERSION.
Notes
Notes:
svn path=/head/; revision=50543
Diffstat (limited to 'lang/php_doc')
-rw-r--r-- | lang/php_doc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/php_doc/Makefile b/lang/php_doc/Makefile index 088edfc09851..f90aaa5552c9 100644 --- a/lang/php_doc/Makefile +++ b/lang/php_doc/Makefile @@ -6,7 +6,7 @@ # PORTNAME= php_doc -PORTVERSION= 1.20011122 +PORTVERSION?= 1.20011122 CATEGORIES?= lang MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= dirk |