summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-10-06 23:37:28 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-10-06 23:37:28 +0800
commit93edc1cfa143eb92c68be1f4ff9c6b063d7a1d87 (patch)
treef53d5bf6cc42de7d42f416d5c0259e324a73f0bb /www
parent7db5ad45992c8077ed01c7f5e22b084da84ceb2c (diff)
downloadmarcuscom-ports-93edc1cfa143eb92c68be1f4ff9c6b063d7a1d87.tar
marcuscom-ports-93edc1cfa143eb92c68be1f4ff9c6b063d7a1d87.tar.gz
marcuscom-ports-93edc1cfa143eb92c68be1f4ff9c6b063d7a1d87.tar.bz2
marcuscom-ports-93edc1cfa143eb92c68be1f4ff9c6b063d7a1d87.tar.lz
marcuscom-ports-93edc1cfa143eb92c68be1f4ff9c6b063d7a1d87.tar.xz
marcuscom-ports-93edc1cfa143eb92c68be1f4ff9c6b063d7a1d87.tar.zst
marcuscom-ports-93edc1cfa143eb92c68be1f4ff9c6b063d7a1d87.zip
Fix plist. forgot post-install target ${STAGEDIR}
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18773 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www')
-rw-r--r--www/webkit-gtk3/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/webkit-gtk3/Makefile b/www/webkit-gtk3/Makefile
index 2619ec56c..67e12b779 100644
--- a/www/webkit-gtk3/Makefile
+++ b/www/webkit-gtk3/Makefile
@@ -157,6 +157,6 @@ post-patch:
post-install:
${INSTALL_PROGRAM} ${WRKSRC}/Programs/GtkLauncher \
- ${PREFIX}/bin/GtkLauncher-3
+ ${STAGEDIR}${PREFIX}/bin/GtkLauncher-3
.include <bsd.port.post.mk>