summaryrefslogtreecommitdiff
path: root/www/mod_fastcgi
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-01-16 17:33:20 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-01-16 17:33:20 +0000
commit2b1a883dc4fd248d3b049059b9543dde2ac98ffd (patch)
tree0b080fcd55271333176593e1b9bc0b48aedbe9fa /www/mod_fastcgi
parentAdd xcdroast 0.98.a.8, another X11 frontend to mkisofs/cdrecord. (diff)
Massive style enforcement - use ^I instead of spaces for variables identation.
Notes
Notes: svn path=/head/; revision=37252
Diffstat (limited to 'www/mod_fastcgi')
-rw-r--r--www/mod_fastcgi/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/mod_fastcgi/Makefile b/www/mod_fastcgi/Makefile
index ca275678f7ac..127e3910dbf4 100644
--- a/www/mod_fastcgi/Makefile
+++ b/www/mod_fastcgi/Makefile
@@ -13,8 +13,8 @@ DISTNAME= mod_fastcgi_${PORTVERSION}
MAINTAINER= hollywar@mail.holywar.net
-BUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13
-RUN_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13
+BUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13
+RUN_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13
do-patch:
cd ${WRKSRC} ; ${MV} Makefile.tmpl Makefile ;