summaryrefslogtreecommitdiffstats
path: root/www/gallery3
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2001-12-21 14:17:01 +0000
committerijliao <ijliao@FreeBSD.org>2001-12-21 14:17:01 +0000
commit5b46a8534516d6c877891d255109d322287359c3 (patch)
tree282fcf0c0eca543dab729f29bf9492a298828a40 /www/gallery3
parent2264f5dbbcc93d56dbd3aa788079171a5ad92f21 (diff)
downloadFreeBSD-ports-5b46a8534516d6c877891d255109d322287359c3.zip
FreeBSD-ports-5b46a8534516d6c877891d255109d322287359c3.tar.gz
fix syntax error
PR: 33054 Submitted by: maintainer
Diffstat (limited to 'www/gallery3')
-rw-r--r--www/gallery3/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/gallery3/Makefile b/www/gallery3/Makefile
index ccd5565..fb08159 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} " <Directory /usr/local/www/data/gallery>"
+ @${ECHO} " <Directory ${LOCALBASE}/www/data/gallery>"
@${ECHO} " AllowOverride Options FileInfo"
@${ECHO} " </Directory>"
@${ECHO} ""
OpenPOWER on IntegriCloud