diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2013-09-29 11:18:05 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2013-09-29 11:18:05 +0000 |
commit | 2f04cf5a8e84c2eae9a74f3ae912d70ec2c32c6c (patch) | |
tree | 60b2a69d55238eb8d191397257f7a223609d4580 /games/traindirector/Makefile | |
parent | 2c9300fabd7adb8118f2846e2e60b3a544d43c93 (diff) | |
download | ports-2f04cf5a8e84c2eae9a74f3ae912d70ec2c32c6c.tar.gz ports-2f04cf5a8e84c2eae9a74f3ae912d70ec2c32c6c.zip |
Notes
Diffstat (limited to 'games/traindirector/Makefile')
-rw-r--r-- | games/traindirector/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/traindirector/Makefile b/games/traindirector/Makefile index 65879aeaebc9..92e3dda80a32 100644 --- a/games/traindirector/Makefile +++ b/games/traindirector/Makefile @@ -29,8 +29,7 @@ PLIST_FILES= bin/traindir3 MAKEFILE= Makefile.fc9 -NO_STAGE= yes do-install: - ${INSTALL_PROGRAM} ${WRKDIR}/traindir3 ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKDIR}/traindir3 ${STAGEDIR}${PREFIX}/bin .include <bsd.port.mk> |