diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-26 08:25:59 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-26 08:25:59 +0000 |
commit | 152f65ed74d3cbdbbc22b3bdc856890c405e5abf (patch) | |
tree | bad031944292504587b914e1aac0b721b77de0f3 /sysutils | |
parent | 237e24b1c04f9a0f3c44f75bec35fe63b707d017 (diff) |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/bontmia/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/bontmia/Makefile b/sysutils/bontmia/Makefile index ab14c92949ba..47d401ec2da5 100644 --- a/sysutils/bontmia/Makefile +++ b/sysutils/bontmia/Makefile @@ -19,8 +19,7 @@ NO_BUILD= yes PLIST_FILES= bin/bontmia -NO_STAGE= yes do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/bontmia ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/bontmia ${STAGEDIR}${PREFIX}/bin .include <bsd.port.mk> |