aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorclement <clement@FreeBSD.org>2005-12-06 21:43:40 +0800
committerclement <clement@FreeBSD.org>2005-12-06 21:43:40 +0800
commit505c50cc20a4f1aec4509f19f20b574f0936ff0b (patch)
tree5ec3bdf5d23e5c6f5c0cc3ac1aca26902c18c9d5 /www
parent33d2c57fb15fee30c7f773a4f03a826e55ecae73 (diff)
downloadfreebsd-ports-graphics-505c50cc20a4f1aec4509f19f20b574f0936ff0b.tar.gz
freebsd-ports-graphics-505c50cc20a4f1aec4509f19f20b574f0936ff0b.tar.zst
freebsd-ports-graphics-505c50cc20a4f1aec4509f19f20b574f0936ff0b.zip
- fix build on 4.x (because of outdated make)
Diffstat (limited to 'www')
-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 988136dfbf9..7b3a443a05a 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>