diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2012-09-23 15:38:58 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2012-09-23 15:38:58 +0000 |
commit | e6bc1ecae59b8ca5a12d7a60b4312424235e363a (patch) | |
tree | 441f755c94b16f15c3b690400d7f7d6a298e453b /games/spellathon | |
parent | 7905ffa3d3dda12d129f5f4d6642f533a7239922 (diff) |
Notes
Diffstat (limited to 'games/spellathon')
-rw-r--r-- | games/spellathon/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/spellathon/Makefile b/games/spellathon/Makefile index 9725eeeccb8a..463ccf6de154 100644 --- a/games/spellathon/Makefile +++ b/games/spellathon/Makefile @@ -1,4 +1,4 @@ -# Created by: girish +# Created by: Girish <girish.rao.dev@gmail.com> # $FreeBSD$ PORTNAME= spellathon @@ -20,7 +20,7 @@ post-patch: do-install: ${INSTALL} ${WRKSRC}/spellathon ${PREFIX}/bin ${INSTALL} ${WRKSRC}/spellathon-cl ${PREFIX}/bin - ${MKDIR} ${DATADIR} + @${MKDIR} ${DATADIR} ${INSTALL_DATA} ${WRKSRC}/dict/words.txt ${DATADIR} .include <bsd.port.mk> |