1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00

- fix build on 4.x (because of outdated make)

This commit is contained in:
Clement Laforet 2005-12-06 13:43:40 +00:00
parent 506106606d
commit 2804b60b45
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=150521

View File

@ -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>