diff options
author | itetcu <itetcu@FreeBSD.org> | 2006-05-16 18:36:01 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2006-05-16 18:36:01 +0800 |
commit | 610ed52d530ec079abc5a42d4b02d86b19a39dd6 (patch) | |
tree | f556ba7211f26028671d43ebfac96e18004f5df7 /shells | |
parent | abde61c3ce45342e1952ccae92be6477eb98c884 (diff) | |
download | freebsd-ports-gnome-610ed52d530ec079abc5a42d4b02d86b19a39dd6.tar.gz freebsd-ports-gnome-610ed52d530ec079abc5a42d4b02d86b19a39dd6.tar.zst freebsd-ports-gnome-610ed52d530ec079abc5a42d4b02d86b19a39dd6.zip |
${PREFIX}/www/data -> ${PREFIX}/www
PR: ports/97274
Submitted by: Shaun Amott <shaun@inerd.com> (maintainer)
Approved by: lawrance (mentor)
Diffstat (limited to 'shells')
-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 |