diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-01-21 10:23:10 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-01-21 10:23:10 +0000 |
commit | 94d9cbf1240f0d0a601c1b7c1902f1f5ace2701b (patch) | |
tree | f392eac2bbe2bc96a5f023f823e2b085c49e96c5 | |
parent | d6024a30765b17705f20698ba551ca30d74ae395 (diff) | |
download | freebsd-ports-94d9cbf1240f0d0a601c1b7c1902f1f5ace2701b.zip |
Fix install.
Reported by: bento
Pointy hat to: arved
-rw-r--r-- | misc/mango/Makefile | 2 |
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> |