summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames E. Housley <jeh@FreeBSD.org>2000-10-24 18:52:01 +0000
committerJames E. Housley <jeh@FreeBSD.org>2000-10-24 18:52:01 +0000
commit76f66d18b2d75d82d1a31871267216973ad48c09 (patch)
tree00930db4ee788ce1c3cabd45ab155d00e2341b26
parentAdd New Port: lang/fesi (diff)
That should do it. "I promise to stop doing commits before eating breakfast"
Notes
Notes: svn path=/head/; revision=34198
-rw-r--r--www/apache-contrib/Makefile2
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>