diff options
author | jeh <jeh@FreeBSD.org> | 2000-10-25 02:52:01 +0800 |
---|---|---|
committer | jeh <jeh@FreeBSD.org> | 2000-10-25 02:52:01 +0800 |
commit | c1fa470b9e192a744f94c73b5e03907cd79a87d8 (patch) | |
tree | 6d066458988269e739f2a5b011dcf8bd83c062a0 /www/apache-contrib | |
parent | 0bac27d4add064e9a8ba072a3640e849ed883128 (diff) | |
download | freebsd-ports-graphics-c1fa470b9e192a744f94c73b5e03907cd79a87d8.tar.gz freebsd-ports-graphics-c1fa470b9e192a744f94c73b5e03907cd79a87d8.tar.zst freebsd-ports-graphics-c1fa470b9e192a744f94c73b5e03907cd79a87d8.zip |
That should do it. "I promise to stop doing commits before eating breakfast"
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 4f7004c1a3d..de1ec0b39a6 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> |