diff options
author | itetcu <itetcu@FreeBSD.org> | 2006-05-16 10:36:01 +0000 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2006-05-16 10:36:01 +0000 |
commit | 610ed52d530ec079abc5a42d4b02d86b19a39dd6 (patch) | |
tree | f556ba7211f26028671d43ebfac96e18004f5df7 /shells/wapsh | |
parent | abde61c3ce45342e1952ccae92be6477eb98c884 (diff) | |
download | FreeBSD-ports-610ed52d530ec079abc5a42d4b02d86b19a39dd6.zip FreeBSD-ports-610ed52d530ec079abc5a42d4b02d86b19a39dd6.tar.gz |
${PREFIX}/www/data -> ${PREFIX}/www
PR: ports/97274
Submitted by: Shaun Amott <shaun@inerd.com> (maintainer)
Approved by: lawrance (mentor)
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 907e0fa..6794bf7 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 |