summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClement Laforet <clement@FreeBSD.org>2005-12-06 13:43:40 +0000
committerClement Laforet <clement@FreeBSD.org>2005-12-06 13:43:40 +0000
commit2804b60b45f24529edbc88f644050cdf1ec77272 (patch)
tree5b1bc0ef39f92a97cac981f1439e378fbd12dcfe
parent- Fix rrdtool dependency (diff)
- fix build on 4.x (because of outdated make)
Notes
Notes: svn path=/head/; revision=150521
-rw-r--r--www/mod_rpaf/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/www/mod_rpaf/Makefile b/www/mod_rpaf/Makefile
index 988136dfbf9e..7b3a443a05a2 100644
--- a/www/mod_rpaf/Makefile
+++ b/www/mod_rpaf/Makefile
@@ -20,8 +20,7 @@ AP_GENPLIST= YES
.include <bsd.port.pre.mk>
.if ${APACHE_VERSION} >= 20
-AP${APACHE_VERSION}_SRC_FILE= mod_rpaf-2.0.c
-AP${APACHE_VERSION}_PKGNAMESUFFIX=-ap${APACHE_VERSION}
+SRC_FILE= mod_rpaf-2.0.c
.endif
.include <bsd.port.post.mk>