aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2014-02-17 23:08:25 +0800
committermiwi <miwi@FreeBSD.org>2014-02-17 23:08:25 +0800
commitbbca56cf962e3c5d401f467c6b330a65f636dabb (patch)
tree91d0f109fa4ea5ec7f29111eea26822fa69b6b93
parenta82d5b6b0b097a6ee78338e621d1b59edd9adf50 (diff)
downloadfreebsd-ports-gnome-bbca56cf962e3c5d401f467c6b330a65f636dabb.tar.gz
freebsd-ports-gnome-bbca56cf962e3c5d401f467c6b330a65f636dabb.tar.zst
freebsd-ports-gnome-bbca56cf962e3c5d401f467c6b330a65f636dabb.zip
- Stage support
-rw-r--r--www/uwsgitop/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/www/uwsgitop/Makefile b/www/uwsgitop/Makefile
index 90c7caf5e98d..abd87f9d781b 100644
--- a/www/uwsgitop/Makefile
+++ b/www/uwsgitop/Makefile
@@ -14,9 +14,8 @@ COMMENT= uWSGI top-like app
USE_PYTHON= yes
USE_PYDISTUTILS=yes
-NO_STAGE= yes
post-install:
- ${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
+ ${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>