diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2014-06-30 17:49:18 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2014-06-30 17:49:18 +0000 |
commit | 237fffa92a3baee7b574aeafb56341952fb007c5 (patch) | |
tree | 588f7680b42f13ed4f0ce2f3905f76bd61f8a902 | |
parent | - Take maintainership (diff) |
- Enable stagedir support - the NO_PACKAGE issue with STAGEDIR could not be
recreated anymore
Notes
Notes:
svn path=/head/; revision=359891
-rw-r--r-- | games/HeroesOfMightAndMagic/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/games/HeroesOfMightAndMagic/Makefile b/games/HeroesOfMightAndMagic/Makefile index 6bce570a05e4..9abb4d8f2172 100644 --- a/games/HeroesOfMightAndMagic/Makefile +++ b/games/HeroesOfMightAndMagic/Makefile @@ -16,7 +16,6 @@ NO_BUILD= yes NO_WRKSUBDIR= yes NO_CDROM= Software is commercial NO_PACKAGE= Software is commercial -NO_STAGE= yes # NO_PACKAGE does not go well with STAGEDIR and pkg_tools GAMESUBDIR= games/Heroes3 GAMEDIR= ${STAGEDIR}${PREFIX}/${GAMESUBDIR} |