diff options
Diffstat (limited to 'www/apache-contrib/Makefile')
-rw-r--r-- | www/apache-contrib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/apache-contrib/Makefile b/www/apache-contrib/Makefile index 4f7004c1a3d4..de1ec0b39a6f 100644 --- a/www/apache-contrib/Makefile +++ b/www/apache-contrib/Makefile @@ -48,6 +48,6 @@ AP_INCLUDE?= ${PREFIX}/include/apache AP_LIBEXEC?= ${PREFIX}/libexec/apache .endif -ALL_TARGET= APXS=${APXS}/sbin/apxs all +ALL_TARGET= APXS=${APXS} all .include <bsd.port.mk> |