diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-05-16 10:36:01 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-05-16 10:36:01 +0000 |
commit | 08b3b4180fb39ed0cd7719890b792fb46e602132 (patch) | |
tree | 4b29c6809e81ec7d1c4087316f2dd6bbd0df0088 /shells/wapsh | |
parent | Add a MASTER_SITE. (diff) |
${PREFIX}/www/data -> ${PREFIX}/www
PR: ports/97274
Submitted by: Shaun Amott <shaun@inerd.com> (maintainer)
Approved by: lawrance (mentor)
Notes
Notes:
svn path=/head/; revision=162553
Diffstat (limited to 'shells/wapsh')
-rw-r--r-- | shells/wapsh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shells/wapsh/Makefile b/shells/wapsh/Makefile index 907e0fad5bfb..6794bf77d6c6 100644 --- a/shells/wapsh/Makefile +++ b/shells/wapsh/Makefile @@ -21,7 +21,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/} WWWOWN?= www WWWGRP?= www -WWWDIR?= www/data/${PORTNAME} +WWWDIR?= www/${PORTNAME} DATADIR= ${PREFIX}/${WWWDIR} SUB_FILES= pkg-message |