diff options
author | James E. Housley <jeh@FreeBSD.org> | 2000-10-24 18:52:01 +0000 |
---|---|---|
committer | James E. Housley <jeh@FreeBSD.org> | 2000-10-24 18:52:01 +0000 |
commit | 76f66d18b2d75d82d1a31871267216973ad48c09 (patch) | |
tree | 00930db4ee788ce1c3cabd45ab155d00e2341b26 /www/apache-contrib | |
parent | f2a257c76d25b42452906d5c82c7252fb7c69a87 (diff) | |
download | ports-76f66d18b2d75d82d1a31871267216973ad48c09.tar.gz ports-76f66d18b2d75d82d1a31871267216973ad48c09.zip |
Notes
Diffstat (limited to 'www/apache-contrib')
-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> |