diff options
author | jeh <jeh@FreeBSD.org> | 2000-10-25 18:05:33 +0000 |
---|---|---|
committer | jeh <jeh@FreeBSD.org> | 2000-10-25 18:05:33 +0000 |
commit | 648449324a44a2fc2a537cb9c793f05cb17481b4 (patch) | |
tree | bae48b4976e135a2a50f91823980ed335ec94e8b | |
parent | 108741c7c920e078cd0deff95a9595059e9b17c5 (diff) | |
download | FreeBSD-ports-648449324a44a2fc2a537cb9c793f05cb17481b4.zip FreeBSD-ports-648449324a44a2fc2a537cb9c793f05cb17481b4.tar.gz |
Change the install target. Hopefully this will make bento happy.
Sugested by fenner
-rw-r--r-- | www/apache-contrib/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/apache-contrib/Makefile b/www/apache-contrib/Makefile index de1ec0b..55d5d3c 100644 --- a/www/apache-contrib/Makefile +++ b/www/apache-contrib/Makefile @@ -49,5 +49,6 @@ AP_LIBEXEC?= ${PREFIX}/libexec/apache .endif ALL_TARGET= APXS=${APXS} all +INSTALL_TARGET= APXS=${APXS} install .include <bsd.port.mk> |