aboutsummaryrefslogtreecommitdiff
path: root/www/gregarius
diff options
context:
space:
mode:
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>