1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

That should do it. "I promise to stop doing commits before eating breakfast"

This commit is contained in:
James E. Housley 2000-10-24 18:52:01 +00:00
parent f2a257c76d
commit 76f66d18b2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=34198

View File

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