summaryrefslogtreecommitdiff
path: root/misc/mango
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2003-01-21 10:23:10 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2003-01-21 10:23:10 +0000
commit94d9cbf1240f0d0a601c1b7c1902f1f5ace2701b (patch)
treef392eac2bbe2bc96a5f023f823e2b085c49e96c5 /misc/mango
parentdo not double leading slash in created user's home directory (diff)
Fix install.
Reported by: bento Pointy hat to: arved
Notes
Notes: svn path=/head/; revision=73714
Diffstat (limited to 'misc/mango')
-rw-r--r--misc/mango/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/mango/Makefile b/misc/mango/Makefile
index f1917a8253e5..60f0f4ddb994 100644
--- a/misc/mango/Makefile
+++ b/misc/mango/Makefile
@@ -55,6 +55,6 @@ do-configure:
qmake mango.pro)
pre-install:
- @${INSTALL_PROGRAM} ${WRKSRC}/mango
+ @${INSTALL_PROGRAM} ${WRKSRC}/mango ${PREFIX}/bin
.include <bsd.port.mk>