From d1b27680917bbea43fa6103064a0eb484eddbeba Mon Sep 17 00:00:00 2001 From: clement Date: Thu, 24 Feb 2005 09:52:29 +0000 Subject: - Backport PORTDOCS fix from www/apache21. Recent changes in bsd.port.mk prevent from using PORTDOCS= # --- www/apache2/Makefile.doc | 2 +- www/apache20/Makefile.doc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/www/apache2/Makefile.doc b/www/apache2/Makefile.doc index 44b33f0c3aa..2927d4a83f9 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 44b33f0c3aa..2927d4a83f9 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 ;-) -- cgit