Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Dec 2001 01:39:10 -0700 (MST)
From:      Jamie Hermans <jamie@hermans.ca>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/33054: maintainer update to www/gallery - syntax error in Makefile
Message-ID:  <20011221083910.AC2F42F98FB@spyros.hermans.ca>

next in thread | raw e-mail | index | archive | help

>Number:         33054
>Category:       ports
>Synopsis:       maintainer update to www/gallery - syntax error in Makefile
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 21 00:40:02 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Jamie Hermans
>Release:        FreeBSD 4.4-STABLE i386
>Organization:
hermans.ca
>Environment:
System: FreeBSD spyros.hermans.ca 4.4-STABLE FreeBSD 4.4-STABLE #1: Wed Dec 5 09:58:46 MST 2001 root@spyros.hermans.ca:/usr/obj/usr/src/sys/SPYROS i386
>Description:
maintainer update to www/gallery - syntax error in Makefile
>How-To-Repeat:
>Fix:

diff -ruN gallery-old/Makefile gallery/Makefile
--- gallery-old/Makefile	Fri Dec 21 01:32:08 2001
+++ gallery/Makefile	Fri Dec 21 01:33:58 2001
@@ -13,8 +13,8 @@
 
 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 @@
 	@${ECHO} ""
 	@${ECHO} " Please consider adding the following 3 lines to your httpd.conf"
 	@${ECHO} ""
-	@${ECHO} "	<Directory /usr/local/www/data/gallery>"
+	@${ECHO} "	<Directory ${LOCALBASE}/www/data/gallery>"
 	@${ECHO} "		AllowOverride Options FileInfo"
 	@${ECHO} "	</Directory>"
 	@${ECHO} ""
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011221083910.AC2F42F98FB>