aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorarved <arved@FreeBSD.org>2003-01-21 18:23:10 +0800
committerarved <arved@FreeBSD.org>2003-01-21 18:23:10 +0800
commit97699d71513b860a74c75a7bd82e9ec16d63d039 (patch)
tree76bd18f3ef40052959601b100fdcee87bd94c683 /misc
parent4add5029af5a70312f7776f51b9a4f01d6100a4e (diff)
downloadfreebsd-ports-gnome-97699d71513b860a74c75a7bd82e9ec16d63d039.tar.gz
freebsd-ports-gnome-97699d71513b860a74c75a7bd82e9ec16d63d039.tar.zst
freebsd-ports-gnome-97699d71513b860a74c75a7bd82e9ec16d63d039.zip
Fix install.
Reported by: bento Pointy hat to: arved
Diffstat (limited to 'misc')
-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>