aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorclement <clement@FreeBSD.org>2005-02-24 17:52:29 +0800
committerclement <clement@FreeBSD.org>2005-02-24 17:52:29 +0800
commitd1b27680917bbea43fa6103064a0eb484eddbeba (patch)
tree0aa31011f6f6f13eec1266f33617fb11a2fddf0d
parent8fb8ecc5b2e268340c5b72515bbd77ef03ee08f2 (diff)
downloadfreebsd-ports-gnome-d1b27680917bbea43fa6103064a0eb484eddbeba.tar.gz
freebsd-ports-gnome-d1b27680917bbea43fa6103064a0eb484eddbeba.tar.zst
freebsd-ports-gnome-d1b27680917bbea43fa6103064a0eb484eddbeba.zip
- Backport PORTDOCS fix from www/apache21.
Recent changes in bsd.port.mk prevent from using PORTDOCS= #
-rw-r--r--www/apache2/Makefile.doc2
-rw-r--r--www/apache20/Makefile.doc2
2 files changed, 2 insertions, 2 deletions
diff --git a/www/apache2/Makefile.doc b/www/apache2/Makefile.doc
index 44b33f0c3aac..2927d4a83f9d 100644
--- a/www/apache2/Makefile.doc
+++ b/www/apache2/Makefile.doc
@@ -152,4 +152,4 @@ PLIST_SUB+= ERROR="@comment "
PLIST_SUB+= ERROR=""
.endif
-PORTDOCS= #don't blame me ;-)
+PORTDOCS= * #don't blame me ;-)
diff --git a/www/apache20/Makefile.doc b/www/apache20/Makefile.doc
index 44b33f0c3aac..2927d4a83f9d 100644
--- a/www/apache20/Makefile.doc
+++ b/www/apache20/Makefile.doc
@@ -152,4 +152,4 @@ PLIST_SUB+= ERROR="@comment "
PLIST_SUB+= ERROR=""
.endif
-PORTDOCS= #don't blame me ;-)
+PORTDOCS= * #don't blame me ;-)