From 30bc01fe4f6113b65f2b34c1c965dbb4878f31d8 Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Fri, 21 Dec 2001 14:17:01 +0000 Subject: fix syntax error PR: 33054 Submitted by: maintainer --- www/gallery/Makefile | 6 +++--- www/gallery2/Makefile | 6 +++--- www/gallery3/Makefile | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) (limited to 'www') diff --git a/www/gallery/Makefile b/www/gallery/Makefile index ccd5565a42df..fb081595fbe4 100644 --- a/www/gallery/Makefile +++ b/www/gallery/Makefile @@ -13,8 +13,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= jamie@hermans.ca -RUN_DEPENDS= ${LOCALBASE}/share/netpbm:${PORTSDIR}/graphics/netpbm -RUN_DEPENDS= ${LOCALBASE}/bin/jhead:${PORTSDIR}/graphics/jhead +RUN_DEPENDS= ${LOCALBASE}/share/netpbm:${PORTSDIR}/graphics/netpbm \ + ${LOCALBASE}/bin/jhead:${PORTSDIR}/graphics/jhead WRKSRC= ${WRKDIR}/${PORTNAME} NO_BUILD= yes @@ -30,7 +30,7 @@ post-install: @${ECHO} "" @${ECHO} " Please consider adding the following 3 lines to your httpd.conf" @${ECHO} "" - @${ECHO} " " + @${ECHO} " " @${ECHO} " AllowOverride Options FileInfo" @${ECHO} " " @${ECHO} "" diff --git a/www/gallery2/Makefile b/www/gallery2/Makefile index ccd5565a42df..fb081595fbe4 100644 --- a/www/gallery2/Makefile +++ b/www/gallery2/Makefile @@ -13,8 +13,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= jamie@hermans.ca -RUN_DEPENDS= ${LOCALBASE}/share/netpbm:${PORTSDIR}/graphics/netpbm -RUN_DEPENDS= ${LOCALBASE}/bin/jhead:${PORTSDIR}/graphics/jhead +RUN_DEPENDS= ${LOCALBASE}/share/netpbm:${PORTSDIR}/graphics/netpbm \ + ${LOCALBASE}/bin/jhead:${PORTSDIR}/graphics/jhead WRKSRC= ${WRKDIR}/${PORTNAME} NO_BUILD= yes @@ -30,7 +30,7 @@ post-install: @${ECHO} "" @${ECHO} " Please consider adding the following 3 lines to your httpd.conf" @${ECHO} "" - @${ECHO} " " + @${ECHO} " " @${ECHO} " AllowOverride Options FileInfo" @${ECHO} " " @${ECHO} "" diff --git a/www/gallery3/Makefile b/www/gallery3/Makefile index ccd5565a42df..fb081595fbe4 100644 --- a/www/gallery3/Makefile +++ b/www/gallery3/Makefile @@ -13,8 +13,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= jamie@hermans.ca -RUN_DEPENDS= ${LOCALBASE}/share/netpbm:${PORTSDIR}/graphics/netpbm -RUN_DEPENDS= ${LOCALBASE}/bin/jhead:${PORTSDIR}/graphics/jhead +RUN_DEPENDS= ${LOCALBASE}/share/netpbm:${PORTSDIR}/graphics/netpbm \ + ${LOCALBASE}/bin/jhead:${PORTSDIR}/graphics/jhead WRKSRC= ${WRKDIR}/${PORTNAME} NO_BUILD= yes @@ -30,7 +30,7 @@ post-install: @${ECHO} "" @${ECHO} " Please consider adding the following 3 lines to your httpd.conf" @${ECHO} "" - @${ECHO} " " + @${ECHO} " " @${ECHO} " AllowOverride Options FileInfo" @${ECHO} " " @${ECHO} "" -- cgit v1.2.3