aboutsummaryrefslogtreecommitdiff
path: root/www/novnc/Makefile
diff options
context:
space:
mode:
authorMarcelo Araujo <araujo@FreeBSD.org>2017-09-22 04:56:37 +0000
committerMarcelo Araujo <araujo@FreeBSD.org>2017-09-22 04:56:37 +0000
commitf0d6b930db2df9976a935377bccd8df9f8c91be3 (patch)
treef91ff07493127ee886c61db7b03ed627af775cf7 /www/novnc/Makefile
parent04be785c4e95586c759f050ddcca01e73a4e927e (diff)
downloadports-f0d6b930db2df9976a935377bccd8df9f8c91be3.tar.gz
ports-f0d6b930db2df9976a935377bccd8df9f8c91be3.zip
Notes
Diffstat (limited to 'www/novnc/Makefile')
-rw-r--r--www/novnc/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/novnc/Makefile b/www/novnc/Makefile
index d5cd250eb8d2..48f8e21cc0e8 100644
--- a/www/novnc/Makefile
+++ b/www/novnc/Makefile
@@ -2,6 +2,7 @@
PORTNAME= novnc
PORTVERSION= 0.6.2
+PORTREVISION= 1
CATEGORIES= www
MAINTAINER= araujo@FreeBSD.org
@@ -20,7 +21,7 @@ NO_ARCH= yes
TARGET_DIR= ${PREFIX}/libexec/novnc
do-install:
- ${MKDIR} ${TARGET_DIR}
+ ${MKDIR} ${STAGEDIR}${TARGET_DIR}
cd ${WRKSRC} && ${RM} .gitignore .gitmodules .travis.yml
cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${TARGET_DIR}