diff options
author | dirk <dirk@FreeBSD.org> | 2001-04-22 23:09:14 +0000 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 2001-04-22 23:09:14 +0000 |
commit | 769867ca016fec18b8b1178d38cf1d769e732c11 (patch) | |
tree | 55af8d55355f82504ca4deab2e2936fcd63fc837 | |
parent | 4fab859cf401de8a13a1ce0596ec4fb173219f57 (diff) | |
download | FreeBSD-ports-769867ca016fec18b8b1178d38cf1d769e732c11.zip FreeBSD-ports-769867ca016fec18b8b1178d38cf1d769e732c11.tar.gz |
NOPORTDOCS isn't used in the master ports any longer.
-rw-r--r-- | lang/php3/Makefile | 1 | ||||
-rw-r--r-- | lang/php4/Makefile | 1 | ||||
-rw-r--r-- | lang/php5/Makefile | 1 | ||||
-rw-r--r-- | lang/php53/Makefile | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/lang/php3/Makefile b/lang/php3/Makefile index 71f155b..f2b6d59 100644 --- a/lang/php3/Makefile +++ b/lang/php3/Makefile @@ -14,6 +14,5 @@ PKGMESSAGE= mustnotexist PLIST= ${PKGDIR}/pkg-plist.standalone STANDALONE= yes -NOPORTDOCS= yes .include "${MASTERDIR}/Makefile" diff --git a/lang/php4/Makefile b/lang/php4/Makefile index 7d164f7..03320ad 100644 --- a/lang/php4/Makefile +++ b/lang/php4/Makefile @@ -14,6 +14,5 @@ PKGMESSAGE= mustnotexist PLIST= ${PKGDIR}/pkg-plist.standalone STANDALONE= yes -NOPORTDOCS= yes .include "${MASTERDIR}/Makefile" diff --git a/lang/php5/Makefile b/lang/php5/Makefile index 7d164f7..03320ad 100644 --- a/lang/php5/Makefile +++ b/lang/php5/Makefile @@ -14,6 +14,5 @@ PKGMESSAGE= mustnotexist PLIST= ${PKGDIR}/pkg-plist.standalone STANDALONE= yes -NOPORTDOCS= yes .include "${MASTERDIR}/Makefile" diff --git a/lang/php53/Makefile b/lang/php53/Makefile index 7d164f7..03320ad 100644 --- a/lang/php53/Makefile +++ b/lang/php53/Makefile @@ -14,6 +14,5 @@ PKGMESSAGE= mustnotexist PLIST= ${PKGDIR}/pkg-plist.standalone STANDALONE= yes -NOPORTDOCS= yes .include "${MASTERDIR}/Makefile" |