aboutsummaryrefslogtreecommitdiffstats
path: root/www/gregarius
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2007-03-24 22:04:36 +0800
committerpav <pav@FreeBSD.org>2007-03-24 22:04:36 +0800
commit3e32701b9f418b2a116f23f45273f81622a20834 (patch)
tree5e4faebb47590f6e64af256b4b2c207bb57fc0d6 /www/gregarius
parent1b95307a29820e5b97fcc60a906b3ae93ea5a9f0 (diff)
downloadfreebsd-ports-gnome-3e32701b9f418b2a116f23f45273f81622a20834.tar.gz
freebsd-ports-gnome-3e32701b9f418b2a116f23f45273f81622a20834.tar.zst
freebsd-ports-gnome-3e32701b9f418b2a116f23f45273f81622a20834.zip
- WWWDIR is now defined in bsd.ports.mk
PR: ports/105529 Submitted by: laszlof
Diffstat (limited to 'www/gregarius')
-rw-r--r--www/gregarius/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/www/gregarius/Makefile b/www/gregarius/Makefile
index 9a2a986e8608..9441b0563bcb 100644
--- a/www/gregarius/Makefile
+++ b/www/gregarius/Makefile
@@ -16,10 +16,9 @@ COMMENT= Web-based RSS/RDF/ATOM news aggregator
NO_BUILD= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
-WWWDIR= ${PREFIX}/www
do-install:
- ${MKDIR} ${WWWDIR}/${PORTNAME}
- ${CP} -R ${WRKSRC} ${WWWDIR}
+ ${MKDIR} ${WWWDIR}
+ ${CP} -R ${WRKSRC}/ ${WWWDIR}
.include <bsd.port.mk>