summaryrefslogtreecommitdiff
path: root/www/apache-contrib
diff options
context:
space:
mode:
authorJames E. Housley <jeh@FreeBSD.org>2000-10-25 18:05:33 +0000
committerJames E. Housley <jeh@FreeBSD.org>2000-10-25 18:05:33 +0000
commit350f955d9ae8c1a01e5e346a47f5ee22077d397a (patch)
tree58107bdba27fc75f50ad215d9f31e9e0c9ddf7f2 /www/apache-contrib
parentFix compilation problems in -current (diff)
Change the install target. Hopefully this will make bento happy.
Sugested by fenner
Notes
Notes: svn path=/head/; revision=34230
Diffstat (limited to 'www/apache-contrib')
-rw-r--r--www/apache-contrib/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/apache-contrib/Makefile b/www/apache-contrib/Makefile
index de1ec0b39a6f..55d5d3cef71f 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>