aboutsummaryrefslogtreecommitdiff
path: root/www/session2
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2014-06-12 02:18:59 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2014-06-12 02:18:59 +0000
commita778947bfbd73b6dcb404a9eb0fd4aacb6d1ee94 (patch)
tree0f38d4193b0f1333e2e7cb6313075e709ad3b906 /www/session2
parentae1bb5a9a270bf20cb0b1f39a30ef2ad61db036c (diff)
downloadports-a778947bfbd73b6dcb404a9eb0fd4aacb6d1ee94.tar.gz
ports-a778947bfbd73b6dcb404a9eb0fd4aacb6d1ee94.zip
Notes
Diffstat (limited to 'www/session2')
-rw-r--r--www/session2/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/www/session2/Makefile b/www/session2/Makefile
index 61ed6f67ffaa..df4708ab9b76 100644
--- a/www/session2/Makefile
+++ b/www/session2/Makefile
@@ -19,7 +19,6 @@ PYDISTUTILS_PKGVERSION= 0.6
OPTIONS_DEFINE= MYSQL PGSQL DOCS
OPTIONS_DEFAULT= MYSQL PGSQL
-NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MMYSQL}
@@ -32,9 +31,9 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}psycopg>0:${PORTSDIR}/databases/py-psycopg
post-install:
.if ${PORT_OPTIONS:MDOCS}
- @ ${MKDIR} ${DOCSDIR}
+ @ ${MKDIR} ${STAGEDIR}${DOCSDIR}
.for docfile in ChangeLog default.css README.html README.txt TODO
- @ ${INSTALL_DATA} ${WRKSRC}/${docfile} ${DOCSDIR}
+ @ ${INSTALL_DATA} ${WRKSRC}/${docfile} ${STAGEDIR}${DOCSDIR}
.endfor
.endif