diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-12-21 14:17:01 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-12-21 14:17:01 +0000 |
commit | 30bc01fe4f6113b65f2b34c1c965dbb4878f31d8 (patch) | |
tree | e49451e31e718809b7548b4f400b7b5526b814d1 /www/gallery | |
parent | d1ad5ea0bfd555a0b1db15b6b77e5ae6285cc564 (diff) | |
download | ports-30bc01fe4f6113b65f2b34c1c965dbb4878f31d8.tar.gz ports-30bc01fe4f6113b65f2b34c1c965dbb4878f31d8.zip |
Notes
Diffstat (limited to 'www/gallery')
-rw-r--r-- | www/gallery/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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} " <Directory /usr/local/www/data/gallery>" + @${ECHO} " <Directory ${LOCALBASE}/www/data/gallery>" @${ECHO} " AllowOverride Options FileInfo" @${ECHO} " </Directory>" @${ECHO} "" |