diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2003-05-05 06:05:03 +0000 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2003-05-05 06:05:03 +0000 |
commit | 12ea2f196f4cd17b129037aba7bdd17a7573d5a7 (patch) | |
tree | bc553192ec96f1ed6bb4975b99c69cc909a33075 /games/xtux/Makefile | |
parent | 4d610bd7a2011806295bf3233bfdf7c20c5ea3f4 (diff) |
Notes
Diffstat (limited to 'games/xtux/Makefile')
-rw-r--r-- | games/xtux/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/games/xtux/Makefile b/games/xtux/Makefile index a34131e14795..ecef2207fcc3 100644 --- a/games/xtux/Makefile +++ b/games/xtux/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xtux -PORTVERSION= 2001.06.01 +PORTVERSION= 2003.03.06 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -26,6 +26,7 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/tux_serv ${PREFIX}/bin @strip ${PREFIX}/bin/xtux ${PREFIX}/bin/tux_serv + @${MKDIR} ${PREFIX}/share/xtux/demos @${MKDIR} ${PREFIX}/share/xtux/images/entities @${MKDIR} ${PREFIX}/share/xtux/images/events @${MKDIR} ${PREFIX}/share/xtux/images/items @@ -39,10 +40,12 @@ do-install: .endfor .for dir in entities events items weapons tiles . ${INSTALL_DATA} ${WRKSRC}/data/images/${dir}/*.xpm \ - ${PREFIX}/share/xtux/images/${dir} + ${PREFIX}/share/xtux/images/${dir} .endfor + ${INSTALL_DATA} ${WRKSRC}/data/demos/*.xtdem \ + ${PREFIX}/share/xtux/demos ${INSTALL_DATA} ${WRKSRC}/data/maps/*.map \ - ${PREFIX}/share/xtux/maps + ${PREFIX}/share/xtux/maps .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/xtux |