aboutsummaryrefslogtreecommitdiff
path: root/www/wget4web
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2009-06-15 22:54:22 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2009-06-15 22:54:22 +0000
commitc933228d468419d7093494345dd55e32dbc7781f (patch)
tree85a4f6fc6c8dc4891f9d365c9f477682a0017a8c /www/wget4web
parentb7565cd7cac4ca1ae38f30b50c199502aca1e243 (diff)
downloadports-c933228d468419d7093494345dd55e32dbc7781f.tar.gz
ports-c933228d468419d7093494345dd55e32dbc7781f.zip
- Unbreak, fix previous commit
Notes
Notes: svn path=/head/; revision=235968
Diffstat (limited to 'www/wget4web')
-rw-r--r--www/wget4web/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/www/wget4web/Makefile b/www/wget4web/Makefile
index 7b1c9929bb2b..8776950e0392 100644
--- a/www/wget4web/Makefile
+++ b/www/wget4web/Makefile
@@ -15,8 +15,6 @@ COMMENT= WWW interface for console wget
RUN_DEPENDS= ${LOCALBASE}/bin/wget:${PORTSDIR}/ftp/wget
-BROKEN= fails to install
-
USE_APACHE= 1.3
WRKSRC= ${WRKDIR}/${PORTNAME}
@@ -38,7 +36,7 @@ post-patch:
do-install:
@${MKDIR} ${WWWDIR}/
@cd ${WRKSRC}; ${FIND} . -name "*.cgi" -o -name "*.lib" \
- | ${CPIO} -pdm -R ${WEBOWN}:${WEBGRP} ${WWWDIR}/
+ | ${CPIO} -pdm -R ${WWWOWN}:${WWWGRP} ${WWWDIR}/
${MKDIR} ${LOGSDIR}/ ${TASKDIR}/ ${FILESDIR}/
${CHOWN} ${WWWOWN}:${WWWGRP} ${LOGSDIR}/ ${TASKDIR}/ ${FILESDIR}/